aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1edb15f..ae06c46 100644
--- a/param.ccl
+++ b/param.ccl
@@ -36,3 +36,9 @@ KEYWORD action_if_found "What to do if a NaN was found" STEERABLE = ALWAYS
"terminate" :: "Warn and terminate Cactus gracefully as soon as possible"
"abort" :: "Warn and abort Cactus immediately"
} "just warn"
+
+KEYWORD verbose "How much information to give" STEERABLE = ALWAYS
+{
+ "all" :: "All information"
+ "standard" :: "Standard information"
+} "standard" \ No newline at end of file