aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-04-10 11:42:31 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-04-10 11:42:31 +0000
commita0b6607c13e244780ea34bf8d0cd5dbe9859401d (patch)
treeca66afbecf7f25d2fe149ed92498c6705785d413 /schedule.ccl
parent69b9eedfe5f72d81128d0f32cf8d86a17966f67a (diff)
Schedule IOBasic_Startup after IOUtil_Startup.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@47 b589c3ab-70e8-4b4d-a09f-cba2dd200880
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 3f6537b..ccd2ecf 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,7 +4,7 @@
########################################################################
### register IOBasic routines
########################################################################
-schedule IOBasic_Startup at STARTUP
+schedule IOBasic_Startup at STARTUP after IOUtil_Startup
{
LANG:C
} "Startup routine"