1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

fftw3.h is now expected to be an external header

This commit is contained in:
Antonin Portelli 2016-11-04 13:12:35 +00:00
parent f2f16eb972
commit ad971ca07b

View File

@ -30,7 +30,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#define _GRID_FFT_H_
#ifdef HAVE_FFTW
#include <Grid/fftw/fftw3.h>
#include <fftw3.h>
#endif