aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-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"