aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 910283e..f9687ac 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -972,7 +972,9 @@ if (CCTK_Equals(GRHydro_eos_type,"General"))
{
LANG: Fortran
} "Convert initial data given in primive variables to conserved variables - MHD version"
- } else {
+ }
+ else
+ {
schedule Conservative2Primitive IN HydroBase_Con2Prim AS Con2Prim IF GRHydro::execute_MoL_PostStep
{
LANG: Fortran