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

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

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

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