more work on ei_fftw_impl

This commit is contained in:
Mark Borgerding
2009-05-31 15:44:57 -04:00
parent 1fd6dfe428
commit 1c54340174
3 changed files with 11 additions and 1 deletions

View File

@@ -23,6 +23,11 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
//#define USE_FFTW
#ifdef USE_FFTW
#include <fftw3.h>
#endif
#include <unsupported/Eigen/FFT>
using namespace std;