aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 6d607ba..44f9b6d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -706,9 +706,11 @@ schedule GROUP MoL_PostStep AT PostRestrict
### expensive, but it's simplest for the moment. ###
##############################################################
+if(run_MoL_PostStep_in_Post_Recover_Variables) {
schedule GROUP MoL_PostStep AT Post_Recover_Variables
{
} "Ensure that everything is correct after recovery"
+}
#########################################################################
### Physics thorns can enforce constraints in PostStepModify. ###