1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

FFTW unresolved fixed when no fftw3.h

This commit is contained in:
paboyle 2016-08-24 16:41:47 +01:00
parent bfac5195b8
commit 8c89391c02

View File

@ -91,6 +91,11 @@ namespace Grid {
} }
}; };
#endif
#ifndef FFTW_FORWARD
#define FFTW_FORWARD (-1)
#define FFTW_BACKWARD (+1)
#endif #endif
class FFT { class FFT {