X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=dft.h;h=5b78dc81cc169d8d5826c5b719d8688ea9e7da1e;hp=fe0e66c7c2cb3ffd7b4b34c8c6660103297c2fed;hb=HEAD;hpb=ba07742cd1c1cf50e5467462311425cfdf245402 diff --git a/dft.h b/dft.h index fe0e66c..5b78dc8 100644 --- a/dft.h +++ b/dft.h @@ -10,5 +10,11 @@ #include #include -#include "fourier.h" +#ifdef USE_FFTW3 + #include + #include +#else + #include "fourier.h" +#endif + #include "bmp.h"