summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
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