aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2002-04-18 22:52:48 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2002-04-18 22:52:48 +0000
commit2d91d4f970e1f31365da061077384eee8a839b28 (patch)
tree3e6dc81312746a07cbe04de5e1a095d0747613f2 /schedule.ccl
parent19a205fc66c0caa75d1acf50bacdd9c7d03dedbe (diff)
Completly reworked IOJpeg. All the old hyperslabbing crap and dependency on
IOASCII is gone now. IOJpeg uses the new Hyperslab API and does its own slice center setup. It also uses the new filenaming scheme. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@59 eff87b29-5268-4891-90a3-a07138403961
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"