diff options
author | 2019-07-22 11:29:16 -0700 | |
---|---|---|
committer | 2019-07-22 11:29:16 -0700 | |
commit | 456faf69e9f859dc00f8f401bc6299f127f059d7 (patch) | |
tree | 5b5394d4f3d287154f10f548b2856c0526c11644 /Source/FieldSolver/SpectralSolver/SpectralFieldData.H | |
parent | f13fdc2ac4d1784b5dd6bf4f1172938720c3683f (diff) | |
parent | 8bfa6e2399c1e568d6f5305d3280397aadf9a4fe (diff) | |
download | WarpX-456faf69e9f859dc00f8f401bc6299f127f059d7.tar.gz WarpX-456faf69e9f859dc00f8f401bc6299f127f059d7.tar.zst WarpX-456faf69e9f859dc00f8f401bc6299f127f059d7.zip |
Merge branch 'dev' into psatd_pml
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralFieldData.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralFieldData.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralFieldData.H b/Source/FieldSolver/SpectralSolver/SpectralFieldData.H index 30cf3733b..6a2446981 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralFieldData.H +++ b/Source/FieldSolver/SpectralSolver/SpectralFieldData.H @@ -31,7 +31,7 @@ class SpectralFieldData // (plans are only initialized for the boxes that are owned by // the local MPI rank) #ifdef AMREX_USE_GPU - // Add cuFFT-specific code + using FFTplans = amrex::LayoutData<cufftHandle>; #else using FFTplans = amrex::LayoutData<fftw_plan>; #endif |