aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@e296648e-0e4f-0410-bd07-d597d9acff87>2013-02-16 04:28:28 +0000
committerrhaas <rhaas@e296648e-0e4f-0410-bd07-d597d9acff87>2013-02-16 04:28:28 +0000
commit8450ff19305c04bb6743a58966d09968448e1343 (patch)
tree185fa1d5f3e871455ac6187db18ae80f085bd9f4
parent51f9341bef8bce2aa227d72ac1f05a291b7c1fa2 (diff)
exlicitly schedule before ADMBase_SetADMVars in MoL_PostStepHEADmaster
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@289 e296648e-0e4f-0410-bd07-d597d9acff87
-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"