aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2011-08-19 23:55:37 +0000
committereschnett <eschnett@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2011-08-19 23:55:37 +0000
commitb3278d7be3154647abf4a3f0d2575778c9b54176 (patch)
treee4f5813bbe6b791468a4bdaeea0bac1e7d3915c2
parent48d30e8e785097c94db7c72f78e4ec7399127286 (diff)
Schedule MoL_PostStepModify before MoL_PostStep
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@149 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 35e257e..f40cfcc 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -675,11 +675,11 @@ schedule GROUP MoL_PostStep AT Post_Recover_Variables
### PostStepModify is only scheduled during evolution. ###
#########################################################################
-schedule GROUP MoL_PostStepModify IN MoL_Step AFTER MoL_PostStep
+schedule GROUP MoL_PostStepModify IN MoL_Step AFTER MoL_Add BEFORE MoL_PostStep
{
} "The group for physics thorns to schedule enforcing constraints"
-schedule GROUP MoL_PostStepModify At PostInitial AFTER MoL_PostStep
+schedule GROUP MoL_PostStepModify At PostInitial BEFORE MoL_PostStep
{
} "The group for physics thorns to schedule enforcing constraints"