aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c8b9918..eff36f4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -706,7 +706,7 @@ schedule MoL_ResetDeltaTime IN MoL_Step AFTER MoL_PostStep
### variables to their original state. ###
##################################################
-schedule MoL_RestoreSandR IN MoL_Evolution AFTER MoL_PostStep
+schedule MoL_RestoreSandR IN MoL_Evolution AFTER MoL_FinishLoop
{
LANG: C
} "Restoring the Save and Restore variables to the original state"
@@ -743,7 +743,7 @@ if (adaptive_stepsize)
}
else
{
- schedule MoL_FinishLoop IN MoL_Evolution AFTER MoL_PostStep
+ schedule MoL_FinishLoop IN MoL_Evolution AFTER MoL_Step
{
LANG: C
OPTIONS: LEVEL