aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-03-10 10:04:44 +0000
committerschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-03-10 10:04:44 +0000
commit822857f8fd3db7bb70ee119630d8d0c037075a28 (patch)
tree02f62c8e797c6d6c4b528a40f6b84768a13135ad /schedule.ccl
parentf1347e91aa3f76f06d37853afe869b9168a34b1e (diff)
Run the MoL_PostStep group also in the postinitial bin.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@50 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
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. ###