aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 0830a8b39ea6094a4a17e86e014e4d1f31cbfe6d (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"