aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-03-14 17:07:16 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-03-14 17:07:16 +0000
commitc3b23447635cfcfffa21a1f461077771c1cdd258 (patch)
treed588ced0c28f663e9479a80f84d5010faa33ffc2 /schedule.ccl
parentd4443e446c763e5d72bce33d6d48a856fe602331 (diff)
schedule IOUtil_RecoverGH at CCTK_RECOVER_VARIABLES {
(which was CCTK_RECOVER some time before). Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@50 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 55f4fd2..752e11a 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ schedule IOUtil_Startup at STARTUP
} "IOUtil startup routine"
if (recover) {
- schedule IOUtil_RecoverGH at CCTK_RECOVER {
+ schedule IOUtil_RecoverGH at CCTK_RECOVER_VARIABLES {
LANG:C
} "Checkpoint recovery routine"
}