aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.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/PsatdAlgorithmPml.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/PsatdAlgorithmPml.H')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H
index e858dc1bf..b9342ebfe 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H
@@ -67,7 +67,6 @@ class PsatdAlgorithmPml : public SpectralBaseAlgorithm
virtual void VayDeposition (SpectralFieldData& field_data) override final;
private:
- SpectralFieldIndex m_spectral_index;
SpectralRealCoefficients C_coef, S_ck_coef, inv_k2_coef;
amrex::Real m_dt;
bool m_dive_cleaning;