Merge pull request #85 from rtburns-jpl/malloc_h

Remove use of malloc.h
LT1AB
piyushrpt 2019-12-17 23:26:20 -08:00 committed by GitHub
commit 48fda5a647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <complex.h>
#include <malloc.h>
/************************************************************************
* cfft1d is a subroutine used to call and initialize perflib Fortran FFT *
* routines. *