aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/FFT
diff options
context:
space:
mode:
authorGravatar Mark Borgerding <mark@borgerding.net>2009-05-30 17:55:47 -0400
committerGravatar Mark Borgerding <mark@borgerding.net>2009-05-30 17:55:47 -0400
commit1fd6dfe428e6b65383b84f8dfe8f67c70ec370b4 (patch)
treee4dd991f28b36fe6da886d0590b52339acb40473 /unsupported/Eigen/FFT
parentf13e000b454fed0a9b0d71ca1481d6894bacd8eb (diff)
added ei_fftw_impl
Diffstat (limited to 'unsupported/Eigen/FFT')
-rw-r--r--unsupported/Eigen/FFT5
1 files changed, 2 insertions, 3 deletions
diff --git a/unsupported/Eigen/FFT b/unsupported/Eigen/FFT
index 31d8c74c5..03f8504a4 100644
--- a/unsupported/Eigen/FFT
+++ b/unsupported/Eigen/FFT
@@ -30,9 +30,8 @@
#define DEFAULT_FFT_IMPL ei_kissfft_impl
// FFTW: faster, GPL -- incompatible with Eigen in LGPL form, bigger code size
-#ifdef FFTW_PATIENT // definition of FFTW_PATIENT indicates the caller has included fftw3.h, we can use FFTW routines
-// TODO
-// #include "src/FFT/ei_fftw_impl.h"
+#ifdef FFTW_ESTIMATE // definition of FFTW_ESTIMATE indicates the caller has included fftw3.h, we can use FFTW routines
+#include "src/FFT/ei_fftw_impl.h"
// #define DEFAULT_FFT_IMPL ei_fftw_impl
#endif