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/PsatdAlgorithmComoving.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/PsatdAlgorithmComoving.cpp')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.cpp index 13eb1bbf3..eb7e1578e 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.cpp +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.cpp @@ -33,7 +33,6 @@ PsatdAlgorithmComoving::PsatdAlgorithmComoving (const SpectralKSpace& spectral_k const bool update_with_rho) // Members initialization : SpectralBaseAlgorithm(spectral_kspace, dm, spectral_index, norder_x, norder_y, norder_z, grid_type), - m_spectral_index(spectral_index), // Initialize the infinite-order k vectors (the argument n_order = -1 selects // the infinite order option, the argument grid_type=GridType::Staggered is then irrelevant) kx_vec(spectral_kspace.getModifiedKComponent(dm, 0, -1, GridType::Staggered)), |