From c5b053292846c81b9de3ad78e5903b80eb6b306d Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sun, 19 Nov 2023 16:58:17 -0500 Subject: [PATCH] store abar too --- integration/nse_update_simplified_sdc.H | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/nse_update_simplified_sdc.H b/integration/nse_update_simplified_sdc.H index 48c77c689a..f14ae6021d 100644 --- a/integration/nse_update_simplified_sdc.H +++ b/integration/nse_update_simplified_sdc.H @@ -122,6 +122,7 @@ void evolve(const Real rho0, const Real T0, const Real rhoe0, const Real *rhoaux // so there is no instantaneous change in the binding energy rhoaux_new[ibea] = rho_new * bea_out; + rhoaux_new[iabar] = rho_new * abar_out; }