aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 85438adf787deb2f07fce781ae3e00dcbd2c5a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Schedule definitions for thorn IOJpeg
# $Header$

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

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