aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-06-20 08:52:29 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-06-20 08:52:29 +0000
commitc0d7c72fb498b9a8c6cf062a31dbbbae75fec444 (patch)
treede61d233631023cc6672f1fbae39786fb461bef1 /schedule.ccl
parent0a5cd6924df319727ac5c7304e611010490a2d3a (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@3 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..0287c01
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,15 @@
+# Schedule definitions for thorn StreamedHDF5
+# $Header$
+
+########################################################################
+### register StreamedHDF5 routines
+########################################################################
+schedule StreamedHDF5_Startup at STARTUP after IOUtil_Startup
+{
+ LANG:C
+} "StreamedHDF5 startup routine"
+
+schedule StreamedHDF5_Terminate at TERMINATE
+{
+ LANG:C
+} "StreamedHDF5 termination routine"