summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-28 10:37:14 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-28 10:37:14 +0000
commit06dfe99b417df8f4c1f58293d91dd2cc21b74e22 (patch)
tree2fde045d3000a78d8512659771c0a74ef1b05a9f /src/param.ccl
parent7b93554d2047a351691cc008ddc596991c42c4ef (diff)
Changed some protected parameters to private. Added new parameter
> LOGICAL cctk_strong_param_check "Die on parameter errors in CCTK_PARAMCHECK" > { > : :: > } "yes" git-svn-id: http://svn.cactuscode.org/flesh/trunk@597 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 60cb040f..d8497bad 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -1,9 +1,13 @@
# Parameter definitions for flesh
# $Header$
-public:
-public:
+private:
+
+LOGICAL cctk_strong_param_check "Die on parameter errors in CCTK_PARAMCHECK"
+{
+ : ::
+} "yes"
LOGICAL cctk_show_rfr_tree "Show the order of the calling tree for the RFR"
{
@@ -15,6 +19,8 @@ LOGICAL cctk_brief_output "Give only brief output"
: ::
} "no"
+public:
+
REAL cctk_initial_time "Initial time for evolution"
{
: :: "Anything"