From b0f4effe0f15d41815332832deb117ac12dc3708 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Wed, 7 Apr 2021 17:35:25 +0200 Subject: Remove Unused Variable in ComovingPsatdAlgorithm (#1879) --- .../SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H') diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H index 22b04aeba..76526024f 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H @@ -87,7 +87,6 @@ class ComovingPsatdAlgorithm : public SpectralBaseAlgorithm // Additional member variables amrex::Array m_v_comoving; amrex::Real m_dt; - bool m_update_with_rho; }; #endif // WARPX_USE_PSATD -- cgit v1.2.3