aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-26 07:46:36 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-26 07:46:36 +0000
commit26d5683ec2ee7d39c246029122ef80bcd4d63b96 (patch)
tree1053ec1228b28b6d19430fd43a60f692ad5c222c /schedule.ccl
parent1e52ae4f26cb5a7d1729f0867024bd3ad1ca44b3 (diff)
Minor bug with scheduler.
Changed some parameter names in order to simplify, but forgot to fix conditional scheduling directive to match. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@5 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
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 4ef6283..5e75cee 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -2,9 +2,9 @@
# $Header$
# schedule IsoSurfacer_Startup at STARTUP before (Webserver_Startup)
-if (*isosurfacer != '\0') {
+#if (*isosurfacer != '\0') {
schedule IsoSurfacer_Startup at STARTUP
{
LANG:C
} "Startup routine"
-}
+#}