From c0d7c72fb498b9a8c6cf062a31dbbbae75fec444 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 20 Jun 2000 08:52:29 +0000 Subject: 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 --- schedule.ccl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') 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" -- cgit v1.2.3