aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
diff options
context:
space:
mode:
authorhawke <>2003-05-16 12:02:00 +0000
committerhawke <>2003-05-16 12:02:00 +0000
commit2e93ec24569402ca647b154f23c5e7e2dc91c857 (patch)
tree55d22ce13cb60b4cd034b3bf9696794c76ee1d55 /CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
parent735acd6be1c9e457d0882b9bb70901214a4fa6e4 (diff)
Initial revision
darcs-hash:20030516120218-58737-a67388e6af93425eb1ad092777a1eb64dab69a52.gz
Diffstat (limited to 'CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl')
-rw-r--r--CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl16
1 files changed, 4 insertions, 12 deletions
diff --git a/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl b/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
index bfc9fd9b0..6ff43773e 100644
--- a/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
+++ b/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
@@ -1,27 +1,19 @@
# Schedule definitions for thorn CarpetIOFlexIO
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl,v 1.3 2003/12/01 13:15:52 cott Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl,v 1.1 2003/05/16 14:02:18 hawke Exp $
-schedule CarpetIOFlexIO_Startup at STARTUP after IOUtil_Startup
+schedule CarpetIOFlexIOStartup at STARTUP after IOUtil_Startup
{
LANG: C
} "Startup routine"
-schedule CarpetIOFlexIO_ReadData at INITIAL
+schedule CarpetIOFlexIOReadData at INITIAL
{
LANG: C
OPTIONS: global
} "Read initial data from file"
-schedule CarpetIOFlexIO_EvolutionCheckpoint at CHECKPOINT
+schedule CarpetChReEvolutionCheckpoint 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"
-}