aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-05-06 09:22:43 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-05-06 09:22:43 +0000
commit6fdc9aa98ad8bf864590189506e7675b0540b406 (patch)
treee14d76c8ec6b60e304cd9441895adcc2c1cce4d8 /schedule.ccl
parent8fe0009843ec7ceb65c190156ce229b841edba9e (diff)
Parameter names changes as announced in today's mail to users@cactuscode.org.
You must also update thorns IOHDF5Util and IOUtil now. This thorn will be moved from BetaThorns to CactusPUGHIO now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@84 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9eb7414..d57c1b3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -17,24 +17,24 @@ schedule IOStreamedHDF5_Terminate at TERMINATE before IOHDF5Util_Terminate
########################################################################
### register checkpointing routines
########################################################################
-schedule IOStreamedHDF5_InitialDataCheckpoint at CCTK_CPINITIAL
+schedule IOStreamedHDF5_InitialDataCheckpoint at CPINITIAL
{
LANG:C
} "Initial data checkpoint routine"
-schedule IOStreamedHDF5_EvolutionCheckpoint at CCTK_CHECKPOINT
+schedule IOStreamedHDF5_EvolutionCheckpoint at CHECKPOINT
{
LANG:C
} "Evolution data checkpoint routine"
-schedule IOStreamedHDF5_TerminationCheckpoint at CCTK_TERMINATE before IOStreamedHDF5_Terminate
+schedule IOStreamedHDF5_TerminationCheckpoint at TERMINATE before IOStreamedHDF5_Terminate
{
LANG:C
} "Termination checkpoint routine"
if (! CCTK_Equals (recover, "no") && *recover_file)
{
- schedule IOStreamedHDF5_RecoverParameters at CCTK_RECOVER_PARAMETERS
+ schedule IOStreamedHDF5_RecoverParameters at RECOVER_PARAMETERS
{
LANG:C
} "Parameter recovery routine"