From 56711ab746cd71ac2b24db24b0115ea6b14ec2c3 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 19 Apr 2000 23:13:58 +0000 Subject: 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 --- schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schedule.ccl') 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 -- cgit v1.2.3