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/PsatdAlgorithmJLinearInTime.H | |
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/PsatdAlgorithmJLinearInTime.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJLinearInTime.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJLinearInTime.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJLinearInTime.H index 13db64b74..acabd69d3 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJLinearInTime.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJLinearInTime.H @@ -119,8 +119,6 @@ class PsatdAlgorithmJLinearInTime : public SpectralBaseAlgorithm SpectralRealCoefficients C_coef, S_ck_coef; SpectralRealCoefficients X1_coef, X2_coef, X3_coef, X5_coef, X6_coef; - SpectralFieldIndex m_spectral_index; - // Other member variables amrex::Real m_dt; bool m_time_averaging; |