1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Merge branch 'release/v0.6.0' into feature/fft-opt

This commit is contained in:
2016-10-31 18:31:49 +00:00
6 changed files with 252 additions and 143 deletions

View File

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