aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 3 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8c02501..85438ad 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -2,16 +2,14 @@
# $Header$
########################################################################
-### register StreamedHDF5 routines
+### register IOJpeg routines
########################################################################
-
schedule IOJpeg_Startup at STARTUP after IOUtil_Startup
{
LANG:C
} "Startup routine"
-schedule IOJpeg_SliceCenterSetup at BASEGRID after IOASCII_Choose1D
+schedule IOJpeg_ChooseOutput at BASEGRID after SpatialCoordinates
{
LANG:C
-} "Set slice center"
-
+} "Choose 2D output planes"