aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-19 23:13:58 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-19 23:13:58 +0000
commit56711ab746cd71ac2b24db24b0115ea6b14ec2c3 (patch)
treecd47799c8d3cf56646074292effa762757571e73 /schedule.ccl
parent6631ef8726eb678e1c841c41c5b821f59a91292f (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/CactusPUGH/PUGH/trunk@211 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 060bf26..860af1e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,12 +1,12 @@
# Schedule definitions for thorn pugh
# $Header$
-schedule pugh_Startup at STARTUP
+schedule PUGH_Startup at STARTUP as Driver_Startup
{
LANG:C
} "Startup routine."
-schedule pugh_Report at BASEGRID
+schedule PUGH_Report at BASEGRID
{
LANG:C
} "Report on PUGH set up" \ No newline at end of file