diff options
author | 2023-05-09 20:12:30 -0700 | |
---|---|---|
committer | 2023-05-09 20:12:30 -0700 | |
commit | 54132a9a1e2662371ddd2b495dfa723258829cfe (patch) | |
tree | c7a78f6e90e54932392ec6258c2d57e1eb50ee9d /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.cpp | |
parent | 63f8f713e2ea37c63b5c5ca82beb41683dd0b7ce (diff) | |
download | WarpX-54132a9a1e2662371ddd2b495dfa723258829cfe.tar.gz WarpX-54132a9a1e2662371ddd2b495dfa723258829cfe.tar.zst WarpX-54132a9a1e2662371ddd2b495dfa723258829cfe.zip |
Do not duplicate protected member of base class (#3915)
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.cpp')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.cpp index ae1cf65eb..6aad1831e 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.cpp +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.cpp @@ -45,7 +45,6 @@ PsatdAlgorithmJConstantInTime::PsatdAlgorithmJConstantInTime( const bool divb_cleaning) // Initializer list : SpectralBaseAlgorithm(spectral_kspace, dm, spectral_index, norder_x, norder_y, norder_z, grid_type), - m_spectral_index(spectral_index), // Initialize the centered finite-order modified k vectors: // these are computed always with the assumption of centered grids // (argument grid_type=GridType::Collocated), for both collocated and staggered grids |