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 848e6e5..5c1e906 100644 (file)
--- a/dft.c
+++ b/dft.c
@@ -5,7 +5,7 @@
  *
  */
 
-//#define USE_FFTW3
+#define USE_FFTW3
 
 #include "dft.h"