From 354d4f0f32a84a941d681969576eb538984fc59f Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 30 Sep 2011 14:55:38 +0000 Subject: Regenerate code. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@84 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- schedule.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index b132601..11be848 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -26,7 +26,7 @@ schedule WeylScal4_RegisterSymmetries in SymmetryRegister if (CCTK_EQUALS(fd_order, "Nth")) { - schedule group psis_calc_Nth_group in MoL_PseudoEvolution + schedule group psis_calc_Nth_group in MoL_PseudoEvolution after ADMBase_SetADMVars { # no language specified } "psis_calc_Nth" @@ -71,7 +71,7 @@ if (CCTK_EQUALS(fd_order, "Nth")) if (CCTK_EQUALS(fd_order, "2nd")) { - schedule group psis_calc_2nd_group in MoL_PseudoEvolution + schedule group psis_calc_2nd_group in MoL_PseudoEvolution after ADMBase_SetADMVars { # no language specified } "psis_calc_2nd" @@ -116,7 +116,7 @@ if (CCTK_EQUALS(fd_order, "2nd")) if (CCTK_EQUALS(fd_order, "4th")) { - schedule group psis_calc_4th_group in MoL_PseudoEvolution + schedule group psis_calc_4th_group in MoL_PseudoEvolution after ADMBase_SetADMVars { # no language specified } "psis_calc_4th" -- cgit v1.2.3