aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-12-13 21:16:53 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-12-13 21:16:53 +0000
commitaf306b19523990896ccc22f37d9554ef0b99a731 (patch)
tree49e22eb28a62502b7c67ff836782311a2946f14c /schedule.ccl
parent81c567b85fa22eb167480a6a93c53fe9aa67922e (diff)
Fixed description string of some scheduled routines.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@59 0888f3d4-9f52-45d2-93bc-d00801ff5e46
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 25b146b..9eb7414 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -7,12 +7,12 @@
schedule IOStreamedHDF5_Startup at STARTUP after IOHDF5Util_Startup
{
LANG:C
-} "IOStreamedHDF5 startup routine"
+} "Startup routine"
schedule IOStreamedHDF5_Terminate at TERMINATE before IOHDF5Util_Terminate
{
LANG:C
-} "IOStreamedHDF5 termination routine"
+} "Termination routine"
########################################################################
### register checkpointing routines