aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2005-07-28 15:42:59 +0000
committerschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2005-07-28 15:42:59 +0000
commite741a780d888c1df12df8635a8997e5e89aa562e (patch)
tree6b4d69c84b749c268acbf5b1b28769eae22cb1a4
parent9f94e5356d6ceb176d2bfe26b5276556c09989e0 (diff)
Undo last accidental commit
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@233 e296648e-0e4f-0410-bd07-d597d9acff87
-rw-r--r--schedule.ccl9
1 files changed, 1 insertions, 8 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e4ae9bb..09a7d32 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -66,7 +66,7 @@ if ( (CCTK_Equals(initial_data,"slice")) && ! (CCTK_Equals(evolution_method,"sli
if ( (CCTK_Equals(initial_lapse,"exact")) || (CCTK_Equals(initial_shift,"exact")) )
{
- schedule Exact__gauge in ADMBase_InitialGauge after Exact__decode_pars
+ schedule Exact__gauge in ADMBase_InitialData after Exact__decode_pars
{
LANG: Fortran
} "Set initial lapse and/or shift from exact solution on a trivial slice"
@@ -82,17 +82,10 @@ if ( (CCTK_Equals(lapse_evolution_method,"exact")) || (CCTK_Equals(shift_evoluti
OPTIONS: global
} "Register slicings"
- # Necessary if MoL is not used
schedule Exact__gauge at CCTK_PRESTEP
{
LANG: Fortran
} "Set evolution lapse and/or shift from exact solution on a trivial slice"
-
- # Necessary if MoL is used
- schedule Exact__gauge in MoL_PostStep
- {
- LANG: Fortran
- } "Set evolution lapse and/or shift from exact solution on a trivial slice"
}
#######################################################################