aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp
diff options
context:
space:
mode:
authorGravatar Edoardo Zoni <59625522+EZoni@users.noreply.github.com> 2023-05-09 20:12:30 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-09 20:12:30 -0700
commit54132a9a1e2662371ddd2b495dfa723258829cfe (patch)
treec7a78f6e90e54932392ec6258c2d57e1eb50ee9d /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp
parent63f8f713e2ea37c63b5c5ca82beb41683dd0b7ce (diff)
downloadWarpX-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/PsatdAlgorithmRZ.cpp')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp
index ee83ddce7..f6b3460e2 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp
@@ -30,7 +30,6 @@ PsatdAlgorithmRZ::PsatdAlgorithmRZ (SpectralKSpaceRZ const & spectral_kspace,
const bool divb_cleaning)
// Initialize members of base class
: SpectralBaseAlgorithmRZ(spectral_kspace, dm, spectral_index, norder_z, grid_type),
- m_spectral_index(spectral_index),
m_dt(dt),
m_update_with_rho(update_with_rho),
m_time_averaging(time_averaging),