summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-28 09:33:52 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-28 09:33:52 +0000
commit7010d2f26eb69fd2bed2cb1d51d0aa29916cc2fe (patch)
treee815f56dd77264ab15bcdfe0a4ec617b84d482ee /src/param.ccl
parent8d9a9e8cbf7b06a9d574158f222bbd9bb0fbc820 (diff)
Declaring cctk_itlast as STEERABLE = ALWAYS.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1619 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 5da2918b..41b5caeb 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -56,7 +56,7 @@ REAL cctk_final_time "Final time for evolution"
: :: "Anything"
} -1.0
-INT cctk_itlast "Final iteration number"
+INT cctk_itlast "Final iteration number" STEERABLE = ALWAYS
{
: :: "Any integer"
} 10