aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.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/PsatdAlgorithmGalileanRZ.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/PsatdAlgorithmGalileanRZ.cpp')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp
index 8ab311308..79285948e 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp
@@ -27,7 +27,6 @@ PsatdAlgorithmGalileanRZ::PsatdAlgorithmGalileanRZ (SpectralKSpaceRZ const & spe
bool const update_with_rho)
// Initialize members of base class
: SpectralBaseAlgorithmRZ(spectral_kspace, dm, spectral_index, norder_z, grid_type),
- m_spectral_index(spectral_index),
m_dt(dt),
m_v_galilean(v_galilean),
m_update_with_rho(update_with_rho)