From 8450ff19305c04bb6743a58966d09968448e1343 Mon Sep 17 00:00:00 2001 From: rhaas Date: Sat, 16 Feb 2013 04:28:28 +0000 Subject: exlicitly schedule before ADMBase_SetADMVars in MoL_PostStep git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@289 e296648e-0e4f-0410-bd07-d597d9acff87 --- schedule.ccl | 4 ++-- 1 file 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" -- cgit v1.2.3