aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-10-26 23:45:52 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-10-26 23:45:52 +0000
commit8d56ec8a794219d8f2623133ba5afb59c2f4549b (patch)
tree6046e88dd50cd29c52aef5b281587c70325fdbd9 /schedule.ccl
parente6fe55b957b034630d9574ebbcd8d0ecd28f2fb5 (diff)
Schedule IOFlexIO's startup routine after PUGH's.
Needed to set up slice center for 2D output correctly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@61 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f8ccf5a..6848f6c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
########################################################################
### register IOFlexIO routines
########################################################################
-schedule IOFlexIO_Startup at STARTUP after IOUtil_Startup
+schedule IOFlexIO_Startup at STARTUP after ( IOUtil_Startup pugh_Startup )
{
LANG:C
} "Startup routine"