aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-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"