aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-05-06 09:21:30 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-05-06 09:21:30 +0000
commit05b0fe4b1f1337319fbd1beb6928610bb92f57b3 (patch)
treecc453d31302e5633d4114666a7747d4c7bebe12b /schedule.ccl
parentcfd0aa21d5237ba08b06f687c21f5d1d56a41003 (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 AlphaThorns to CactusPUGHIO now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@127 4825ed28-b72c-4eae-9704-e50c059e567d
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 ffbc5b0..109f703 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,24 +13,24 @@ schedule IOHDF5_Startup at STARTUP after IOHDF5Util_Startup
########################################################################
### register checkpointing routines
########################################################################
-schedule IOHDF5_InitialDataCheckpoint at CCTK_CPINITIAL
+schedule IOHDF5_InitialDataCheckpoint at CPINITIAL
{
LANG:C
} "Initial data checkpoint routine"
-schedule IOHDF5_EvolutionCheckpoint at CCTK_CHECKPOINT
+schedule IOHDF5_EvolutionCheckpoint at CHECKPOINT
{
LANG:C
} "Evolution data checkpoint routine"
-schedule IOHDF5_TerminationCheckpoint at CCTK_TERMINATE before IOHDF5Util_Terminate
+schedule IOHDF5_TerminationCheckpoint at TERMINATE before IOHDF5Util_Terminate
{
LANG:C
} "Termination checkpoint routine"
if (! CCTK_Equals (recover, "no") && *recover_file)
{
- schedule IOHDF5_RecoverParameters at CCTK_RECOVER_PARAMETERS
+ schedule IOHDF5_RecoverParameters at RECOVER_PARAMETERS
{
LANG:C
} "Parameter recovery routine"