aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.H
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.H
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.H')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.H
index aee8bc5ed..59b307731 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.H
@@ -51,8 +51,6 @@ class PsatdAlgorithmGalileanRZ : public SpectralBaseAlgorithmRZ
private:
- SpectralFieldIndex m_spectral_index;
-
bool coefficients_initialized;
// Note that dt and v_galilean are saved to use in InitializeSpectralCoefficients
amrex::Real const m_dt;