From 87adfe63f5d5e8373345231a5331b14abfd14cab Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 12 Oct 2000 11:45:59 +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/IOHDF5Util/trunk@3 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- 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..eafde10 --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,15 @@ +# Schedule definitions for thorn IOHDF5Util +# $Header$ + +######################################################################## +### register IOHDF5Util routines +######################################################################## +schedule IOHDF5Util_Startup at STARTUP after IOUtil_Startup +{ + LANG:C +} "IOHDF5Util startup routine" + +schedule IOHDF5Util_Terminate at TERMINATE before Driver_Terminate +{ + LANG:C +} "IOHDF5Util termination routine" -- cgit v1.2.3