]> hackdaworld.org Git - physik/nlsop.git/commitdiff
use fftw by default
authorhackbard <hackbard>
Tue, 18 Oct 2005 07:31:17 +0000 (07:31 +0000)
committerhackbard <hackbard>
Tue, 18 Oct 2005 07:31:17 +0000 (07:31 +0000)
dft.c

diff --git a/dft.c b/dft.c
index 848e6e5737735b6e8930599650e0d6547b430aba..5c1e9068c28c90d141e7720d37445a1824852036 100644 (file)
--- a/dft.c
+++ b/dft.c
@@ -5,7 +5,7 @@
  *
  */
 
-//#define USE_FFTW3
+#define USE_FFTW3
 
 #include "dft.h"