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