aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-09-30 14:55:38 +0000
committerrhaas <rhaas@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-09-30 14:55:38 +0000
commit354d4f0f32a84a941d681969576eb538984fc59f (patch)
treee235201cae5b7aeb28378e2e59c236de2fb40d8b
parented6a70026e2d2f128abd5614a90344f3f68d0155 (diff)
Regenerate code.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@84 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
-rw-r--r--schedule.ccl6
1 files 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"