Changeset 79290f for pcp/src/myfft.c
- Timestamp:
- Jun 7, 2008, 1:13:29 PM (17 years ago)
- Children:
- 02bc3c
- Parents:
- a97897
- File:
-
- 1 edited
-
pcp/src/myfft.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/myfft.c
ra97897 r79290f 18 18 */ 19 19 20 #ifdef HAVE_CONFIG_H 21 #include <config.h> 22 #endif 23 20 24 #include<stdlib.h> 21 25 #include<stdio.h> … … 25 29 26 30 // use double precision fft when we have it 27 #ifdef HAVE_CONFIG_H28 #include <config.h>29 #endif30 31 31 #ifdef HAVE_DFFTW_H 32 32 #include "dfftw.h"
Note:
See TracChangeset
for help on using the changeset viewer.
