From e741a780d888c1df12df8635a8997e5e89aa562e Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 28 Jul 2005 15:42:59 +0000 Subject: Undo last accidental commit git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@233 e296648e-0e4f-0410-bd07-d597d9acff87 --- schedule.ccl | 9 +-------- 1 file changed, 1 insertion(+), 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" } ####################################################################### -- cgit v1.2.3