From b7a324130e213f3e67b8453f9a41b2932a247c5d Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 15 Feb 1999 15:55:59 +0000 Subject: 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 --- src/param.ccl | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'src/param.ccl') 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 -- cgit v1.2.3