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/PsatdAlgorithmJConstantInTime.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/PsatdAlgorithmJConstantInTime.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.H index 0dd3d179d..742e9a116 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmJConstantInTime.H @@ -123,8 +123,6 @@ class PsatdAlgorithmJConstantInTime : public SpectralBaseAlgorithm // These real and complex coefficients are allocated only with averaged Galilean PSATD SpectralComplexCoefficients Psi1_coef, Psi2_coef, Y1_coef, Y2_coef, Y3_coef, Y4_coef; - SpectralFieldIndex m_spectral_index; - // Centered modified finite-order k vectors KVectorComponent modified_kx_vec_centered; #if defined(WARPX_DIM_3D) |