aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ff2eaf5..9c33bbe 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -537,7 +537,7 @@ if (MoL_NaN_Check)
if (CCTK_Equals(ODE_Method,"Generic"))
{
- schedule MoL_GenericRKAdd AS MoL_Add IN MoL_Step AFTER MoL_CalcRHS BEFORE MoL_PostStep
+ schedule MoL_GenericRKAdd AS MoL_Add IN MoL_Step AFTER MoL_CalcRHS BEFORE (MoL_PostStep MoL_PostStepModify)
{
LANG: C
} "Updates calculated with a generic method"
@@ -705,13 +705,13 @@ schedule GROUP MoL_PseudoEvolutionBoundaries AT PostRestrict AFTER MoL_PostStep
### counter, change time and timestep ###
#################################################
-schedule MoL_DecrementCounter IN MoL_Step AFTER MoL_Add BEFORE MoL_PostStep
+schedule MoL_DecrementCounter IN MoL_Step AFTER MoL_Add BEFORE (MoL_PostStep MoL_PostStepModify)
{
LANG: C
OPTIONS: LEVEL
} "Alter the counter number"
-schedule MoL_ResetTime IN MoL_Step AFTER MoL_DecrementCounter BEFORE MoL_PostStep
+schedule MoL_ResetTime IN MoL_Step AFTER MoL_DecrementCounter BEFORE (MoL_PostStep MoL_PostStepModify)
{
LANG: C
OPTIONS: LEVEL