aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl10
1 files changed, 9 insertions, 1 deletions
diff --git a/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl b/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
index 99f0fee3f..bfc9fd9b0 100644
--- a/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
+++ b/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
@@ -1,5 +1,5 @@
# Schedule definitions for thorn CarpetIOFlexIO
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl,v 1.2 2003/09/17 13:47:00 cvs_anon Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl,v 1.3 2003/12/01 13:15:52 cott Exp $
schedule CarpetIOFlexIO_Startup at STARTUP after IOUtil_Startup
{
@@ -17,3 +17,11 @@ schedule CarpetIOFlexIO_EvolutionCheckpoint at CHECKPOINT
LANG: C
OPTIONS: global
} "Do checkpointing"
+
+if (! CCTK_Equals (recover, "no") && *recover_file)
+{
+ schedule CarpetIOFlexIO_RecoverParameters at RECOVER_PARAMETERS
+ {
+ LANG:C
+ } "Parameter recovery routine"
+}