aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a61ce76..69b7730 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -560,6 +560,11 @@ schedule GROUP MoL_PostStep IN MoL_Step AFTER MoL_Add
LANG: C
} "The group for physics thorns to schedule boundary calls etc."
+schedule GROUP MoL_PostStep AT PostInitial AFTER MoL_FillAllLevels
+{
+ LANG: C
+} "Ensure that everything is correct after the initial data have been set up"
+
##################################################################
### Schedule the PostStep parts in the Carpet 'PostRestrict' ###
### bin so that symmetries are automatically done correctly. ###