aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 0287c01b034458042e98af63636243e0a8bb5709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"