From bd86733b20a86f4c8681a7ad4aa410f149a03209 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 20 Aug 2024 13:56:22 -0400 Subject: [PATCH] fix pslope check --- Source/hydro/trace_ppm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/hydro/trace_ppm.cpp b/Source/hydro/trace_ppm.cpp index 2c9bd52027..70ea810611 100644 --- a/Source/hydro/trace_ppm.cpp +++ b/Source/hydro/trace_ppm.cpp @@ -225,7 +225,7 @@ Castro::trace_ppm(const Box& bx, amrex::Real p_m_hse{}; amrex::Real p_p_hse{}; - if (use_pslope) { + if (castro::use_pslope || castro::ppm_well_balanced) { Real trho[nslp]; Real src[nslp];