From 26d5683ec2ee7d39c246029122ef80bcd4d63b96 Mon Sep 17 00:00:00 2001 From: jshalf Date: Tue, 26 Sep 2000 07:46:36 +0000 Subject: 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 --- schedule.ccl | 4 ++-- 1 file 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" -} +#} -- cgit v1.2.3