aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"