aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: de179c8b63ac444df9e942124edebe6645cb765f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Schedule definitions for thorn IOSDF
# $Header$

########################################################################
### register IOSDF routines
########################################################################
schedule IOSDF_Startup at STARTUP after IOUtil_Startup
{
  LANG:C
} "Startup routine"

schedule IOSDF_Choose1D at BASEGRID after SpatialCoordinates
{
  LANG:C
} "Choose 1D output lines"

schedule IOSDF_Choose2D at BASEGRID after SpatialCoordinates
{
  LANG:C
} "Choose 2D output planes"

schedule IOSDF_Terminate at TERMINATE
{
  LANG:C
} "Close all open SDF output files"