summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-09-21 15:58:11 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-09-21 15:58:11 +0000
commitbbb31479c2a40623fb1a18a12439d0af5d8145e8 (patch)
tree0963e670804dc0ad22556f9178aee3e10a7071ed /src/param.ccl
parent00098a973bf7e37fad9023a33844710c98d41e6b (diff)
Made cctk_final_time steerable
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1837 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/param.ccl b/src/param.ccl
index f205f317..195e5d65 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -4,7 +4,7 @@
private:
-STRING cctk_run_title "Description of this simulation"
+STRING cctk_run_title "Description of this simulation"
{
".*" :: "Any string"
} ""
@@ -15,7 +15,7 @@ KEYWORD cctk_timer_output "Provide output from timers"
"full" :: "Detailed timer output"
} "off"
-BOOLEAN cctk_full_warnings "Give detailed information for each warning statement"
+BOOLEAN cctk_full_warnings "Give detailed information for each warning statement" STEERABLE=ALWAYS
{
} "yes"
@@ -56,7 +56,7 @@ REAL cctk_initial_time "Initial time for evolution"
: :: "Anything"
} 0.0
-REAL cctk_final_time "Final time for evolution"
+REAL cctk_final_time "Final time for evolution" STEERABLE=ALWAYS
{
: :: "Anything"
} -1.0