diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralKSpace.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralKSpace.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralKSpace.H b/Source/FieldSolver/SpectralSolver/SpectralKSpace.H index c8b4f49eb..a736f4163 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralKSpace.H +++ b/Source/FieldSolver/SpectralSolver/SpectralKSpace.H @@ -8,10 +8,12 @@ #ifndef WARPX_SPECTRAL_K_SPACE_H_ #define WARPX_SPECTRAL_K_SPACE_H_ -#include <WarpX_ComplexForFFT.H> +#include "WarpX_ComplexForFFT.H" + #include <AMReX_BoxArray.H> #include <AMReX_LayoutData.H> + // `KVectorComponent` and `SpectralShiftFactor` hold one 1D array // ("ManagedVector") for each box ("LayoutData"). The arrays are // only allocated if the corresponding box is owned by the local MPI rank. |