aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-04-19 23:14:02 +0000
committergoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-04-19 23:14:02 +0000
commitf142d87fd6ab909431a26b7e715508c6ea8c98f8 (patch)
tree7eef3b57c7be1a3e13ec40d0d35a4cd0b246251c /schedule.ccl
parent587cddbd2b7a35b428e8e68cdf0e71878ee9413f (diff)
Changed names of PUGH functions to be uniform. Now all PUGH functions
should begin with PUGH. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@112 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 5ad13c3..7ec2378 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
########################################################################
### register IOFlexIO routines
########################################################################
-schedule IOFlexIO_Startup at STARTUP after ( IOUtil_Startup pugh_Startup )
+schedule IOFlexIO_Startup at STARTUP after ( IOUtil_Startup Driver_Startup )
{
LANG:C
} "Startup routine"