summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7297aa7..88a30cb 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,7 +5,11 @@ if (CCTK_Equals(lapse_evolution_method, "maximal_axi_mg")) {
LANG: C
} ""
- SCHEDULE msa_mg_init IN CCTK_BASEGRID {
+ SCHEDULE msa_mg_init IN CCTK_BASEGRID AFTER TemporalSpacings {
+ LANG: C
+ } ""
+
+ SCHEDULE msa_mg_prestep IN MoL_PreStep {
LANG: C
} ""