aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-04-18 12:15:39 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-04-18 12:15:39 +0000
commit28f6ca65707036f562d876bb02598242e862f0fc (patch)
tree90823c06dd03f11d2f9b0f05a6cef8d7670b5020 /schedule.ccl
parent3c493a0ca4a871ca8be29dd11b15bdae3bf34ef3 (diff)
Scheduling IOUtil_RecoverGH depending on the string value of IO::recover.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@58 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
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"