1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00: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
class FFT {