]> hackdaworld.org Git - physik/nlsop.git/blobdiff - dft.h
fftw3 support
[physik/nlsop.git] / dft.h
diff --git a/dft.h b/dft.h
index fe0e66c7c2cb3ffd7b4b34c8c6660103297c2fed..5b78dc81cc169d8d5826c5b719d8688ea9e7da1e 100644 (file)
--- a/dft.h
+++ b/dft.h
 #include <string.h>
 #include <string.h>
 
 #include <string.h>
 #include <string.h>
 
-#include "fourier.h"
+#ifdef USE_FFTW3
+  #include <fftw3.h>
+  #include <math.h>
+#else
+  #include "fourier.h"
+#endif
+
 #include "bmp.h"
 #include "bmp.h"