aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a0b6b68..690d184 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -89,7 +89,7 @@ if ( (CCTK_Equals(lapse_evolution_method,"exact")) || (CCTK_Equals(shift_evoluti
} "Set evolution lapse and/or shift from exact solution on a trivial slice"
# Necessary if MoL is used
- schedule Exact__gauge in MoL_PostStep
+ schedule Exact__gauge in MoL_PostStep BEFORE ADMBase_SetADMVars
{
LANG: Fortran
} "Set evolution lapse and/or shift from exact solution on a trivial slice"
@@ -133,7 +133,7 @@ if (CCTK_Equals(evolution_method,"exact"))
LANG: Fortran
} "Set data from exact solution on an exact slice"
# Necessary if MoL is used
- schedule Exact__initialize in MoL_PostStep
+ schedule Exact__initialize in MoL_PostStep BEFORE ADMBase_SetADMVars
{
LANG: Fortran
} "Set data from exact solution on an exact slice"