aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-21 12:33:02 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-21 12:33:02 +0000
commit6e9b7d8218240a89cbe9a842daa351b6f926e0f7 (patch)
treef80c0abae35b5e5d8b4b23193de0e3d476ba1f8e /schedule.ccl
parent51c4d09536af56e24e522e47b669f6a05f380a78 (diff)
LOGICAL -> BOOLEAN and getting some printout. This will be put in
a better place git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@90 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index d697faf..060bf26 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,3 +5,8 @@ schedule pugh_Startup at STARTUP
{
LANG:C
} "Startup routine."
+
+schedule pugh_Report at BASEGRID
+{
+ LANG:C
+} "Report on PUGH set up" \ No newline at end of file