aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index ac30220..eb712a4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -165,10 +165,12 @@ Boolean always_broadcast_horizon_shape \
keyword verbose_level \
"controls which (how many) messages to print describing AH finding"
{
+"no output" :: "don't print anything"
+
# 1 line each time step giving which horizons were found
"physics highlights" :: "just a few physics messages"
-# 1 line for each horizon giving position/mass/area, + a summary line or two
+# 2 lines for each horizon giving position/mass/area, + a summary line or two
"physics details" :: "more detailed physics messages"
# 1 line giving Theta(h) norms at each Newton iteration
@@ -182,7 +184,7 @@ keyword verbose_level \
# even more details tracing what the code is doing :)
"algorithm debug" :: \
"physics details + lots and lots of messages about the AH-finding algorithm"
-} "algorithm highlights"
+} "physics details"
# n.b. printing timing stats is independent of verbose_level
Boolean print_timing_stats \