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/PsatdAlgorithmComoving.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/PsatdAlgorithmComoving.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.H index bb9775e1c..d52b2c09b 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmComoving.H @@ -74,8 +74,6 @@ class PsatdAlgorithmComoving : public SpectralBaseAlgorithm SpectralRealCoefficients C_coef, S_ck_coef; SpectralComplexCoefficients Theta2_coef, X1_coef, X2_coef, X3_coef, X4_coef; - SpectralFieldIndex m_spectral_index; - // k vectors KVectorComponent kx_vec; #if defined(WARPX_DIM_3D) |