diff options
author | Thomas White <taw@physics.org> | 2020-07-30 11:17:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-30 11:17:21 +0200 |
commit | 1bc709a8adaf0f71d30efd013549a2fa28a0fec6 (patch) | |
tree | c4adafa09e2539e0b71191e5feabf7f69330dd7f /src/pattern_sim.c | |
parent | 1e5af53a425162fe83e0e01385213f5c64eecdb0 (diff) |
Request that FFTW uses "double[2]", not "complex" for fftw_complex
Normally, FFTW uses the C99 "complex" type for fftw_complex, if
complex.h is included before fftw3.h. We do not use complex.h, and want
the double[2] version otherwise the code breaks horribly.
Unfortunatley, under certain build scenarios, complex.h seems to get
included via the GSL headers. Adding #define FFTW_NO_Complex prevents
this.
Diffstat (limited to 'src/pattern_sim.c')
0 files changed, 0 insertions, 0 deletions