From 1a826b78b503406ab21d25148e52c7547a0e578a Mon Sep 17 00:00:00 2001 From: jshalf Date: Mon, 25 Sep 2000 04:50:00 +0000 Subject: Initial add to the repository. These are the basic files needed to re-implement isosurfacer in C. This has mostly been cleaned of C++ code, but hasn't been tested out yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@2 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- schedule.ccl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl new file mode 100644 index 0000000..4ef6283 --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,10 @@ +# Schedule definitions for thorn IsoSurfacer +# $Header$ +# schedule IsoSurfacer_Startup at STARTUP before (Webserver_Startup) + +if (*isosurfacer != '\0') { + schedule IsoSurfacer_Startup at STARTUP + { + LANG:C + } "Startup routine" +} -- cgit v1.2.3