summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"