aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 752e11a..1c1516e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,7 +5,7 @@ schedule IOUtil_Startup at STARTUP
LANG:C
} "IOUtil startup routine"
-if (recover) {
+if (! CCTK_Equals (recover, "no")) {
schedule IOUtil_RecoverGH at CCTK_RECOVER_VARIABLES {
LANG:C
} "Checkpoint recovery routine"