summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-15 15:55:59 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-15 15:55:59 +0000
commitb7a324130e213f3e67b8453f9a41b2932a247c5d (patch)
tree15a708ba1b54124118aa387bffbd249e9807fedb /src/param.ccl
parent7ab9cf7efd6cffbc5275333ea60af0f437aba2f7 (diff)
Added cctk_itlast and cctk_itfirst, but I haven't yet managed
to query them from the flesh git-svn-id: http://svn.cactuscode.org/flesh/trunk@279 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl23
1 files changed, 13 insertions, 10 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 582910b7..6139551c 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -1,11 +1,14 @@
-#/*@@
-# @file param.ccl
-# @date 31 Jan 1999
-# @author Gabrielle Allen
-# @desc
-# Parameters for the main code
-# @enddesc
-# @history
-# @endhistory
-#@@*/
+# Parameter definitions for flesh
+# $Header$
+public:
+
+INTEGER cctk_itfirst "Initial iteration number"
+{
+: :: "Any integer"
+} 0
+
+INTEGER cctk_itlast "Final iteration number"
+{
+: :: "Any integer"
+} 10