diff options
author | 2019-06-06 19:19:57 -0400 | |
---|---|---|
committer | 2019-06-06 19:19:57 -0400 | |
commit | 2569bcd08921227bedc7ccdb1018a5614ab31610 (patch) | |
tree | 88dcc1af385ea676782bb96327192679d9b2432a /Source/FieldSolver/SpectralSolver/SpectralFieldData.H | |
parent | 984fb82044026463892db86894a68ed0343acba2 (diff) | |
download | WarpX-2569bcd08921227bedc7ccdb1018a5614ab31610.tar.gz WarpX-2569bcd08921227bedc7ccdb1018a5614ab31610.tar.zst WarpX-2569bcd08921227bedc7ccdb1018a5614ab31610.zip |
Included revisions as suggested in the PR
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralFieldData.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralFieldData.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralFieldData.H b/Source/FieldSolver/SpectralSolver/SpectralFieldData.H index 1d64817ef..7954414b8 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralFieldData.H +++ b/Source/FieldSolver/SpectralSolver/SpectralFieldData.H @@ -25,7 +25,6 @@ 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>; |