aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/doc
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-30 11:17:21 +0200
committerThomas White <taw@physics.org>2020-07-30 11:17:21 +0200
commit1bc709a8adaf0f71d30efd013549a2fa28a0fec6 (patch)
treec4adafa09e2539e0b71191e5feabf7f69330dd7f /libcrystfel/doc
parent1e5af53a425162fe83e0e01385213f5c64eecdb0 (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 'libcrystfel/doc')
0 files changed, 0 insertions, 0 deletions