aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 42c9573..00723b8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,6 +11,13 @@ BOOLEAN Hydro_Analysis_average_multiple_maxima_locations "when finding more than
{
} "false"
+INT verbosity_level "how much information to ouptut to the logs" STEERABLE = always
+{
+ 0 :: "Output nothing"
+ 1 :: "warn when finding multiple maxima"
+ 2 :: "also output location of maxima"
+} 1
+
BOOLEAN Hydro_Analysis_rho_max_loc_only_positive_x "Restrict location search for density maximum to positive values of x"
{
} "false"