diff options
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r-- | log-fourier.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp index e232bd6..97c0e15 100644 --- a/log-fourier.hpp +++ b/log-fourier.hpp @@ -11,8 +11,8 @@ class LogarithmicFourierTransform { private: Complex* a; Complex* â; - fftw_plan a_to_â; - fftw_plan â_to_a; + FFTW_PLAN a_to_â; + FFTW_PLAN â_to_a; unsigned N; unsigned pad; Real k; |