aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2003-02-14 10:40:20 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2003-02-14 10:40:20 +0000
commitf0741b34b2e3eb679682a86a391c4503fb5b566c (patch)
tree30a4c8b493c982dc70fec2c365f34819eaf9d1f5
parent69f7370cde0ded0c3713a4181bdc1106c413c960 (diff)
Moved the filereader routine schedule bin from RECOVER_VARIABLES to INITIAL.
This closes PR Cactus/1388. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@186 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2093c25..cce6a78 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,7 +8,7 @@ schedule IOUtil_Startup at STARTUP after Driver_Startup
if (! CCTK_Equals (recover, "no"))
{
- schedule IOUtil_RecoverGH at CCTK_RECOVER_VARIABLES
+ schedule IOUtil_RecoverGH at RECOVER_VARIABLES
{
LANG:C
} "Checkpoint recovery routine"
@@ -16,7 +16,7 @@ if (! CCTK_Equals (recover, "no"))
if (*filereader_ID_files && *filereader_ID_vars)
{
- schedule IOUtil_RecoverIDFromDatafiles at CCTK_RECOVER_VARIABLES after IOUtil_RecoverGH
+ schedule IOUtil_RecoverIDFromDatafiles at INITIAL
{
LANG:C
} "Initial data recovery routine"