inlining,all namespace declaration moved to FFT, removed preprocessor definitions,

This commit is contained in:
Mark Borgerding
2009-10-21 20:53:05 -04:00
parent 78a53574b7
commit e3d08443dc
4 changed files with 73 additions and 36 deletions

View File

@@ -23,6 +23,6 @@ ei_add_test(FFT)
find_package(FFTW)
if(FFTW_FOUND)
ei_add_test(FFTW " " "-lfftw3 -lfftw3f -lfftw3l" )
ei_add_test(FFTW "-DEIGEN_FFTW_DEFAULT " "-lfftw3 -lfftw3f -lfftw3l" )
endif(FFTW_FOUND)