aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rwxr-xr-xschedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index fbda56c..4f38381 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -133,7 +133,7 @@ schedule group HydroBase_Con2Prim at CCTK_PostPostInitial as Con2Prim \
# Hydro thorns should schedule their Prim2Con routines in this group.
# This group is then scheduled at different times during an evolution.
schedule group HydroBase_Prim2ConInitial at CCTK_INITIAL \
- after HydroBase_Initial
+ after HydroBase_Initial before SetTmunu
{
} "Recover the conservative variables from the primitive variables"