diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H index b0a30de50..29a8d8e7f 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H @@ -63,7 +63,8 @@ class SpectralBaseAlgorithmRZ protected: // Meant to be used in the subclasses - using SpectralCoefficients = amrex::FabArray< amrex::BaseFab <amrex::Real> >; + using SpectralRealCoefficients = amrex::FabArray< amrex::BaseFab <amrex::Real> >; + using SpectralComplexCoefficients = amrex::FabArray< amrex::BaseFab <Complex> >; // Constructor SpectralBaseAlgorithmRZ(SpectralKSpaceRZ const & spectral_kspace, |