X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=dft.h;h=5b78dc81cc169d8d5826c5b719d8688ea9e7da1e;hp=fe0e66c7c2cb3ffd7b4b34c8c6660103297c2fed;hb=a005d5248c2634e62b181d8a7be870863e9a11b0;hpb=a13637c42a53e4bebeb12e2a81413c5fdd83764b 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"