aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index f4b73cb..9967279 100644
--- a/param.ccl
+++ b/param.ccl
@@ -32,6 +32,10 @@ STRING outScalar_vars "Variables to output into files" STEERABLE = ALWAYS
##########################
# What reductions to output
##########################
+STRING outInfo_reductions "List of reductions to output as Info to screen" STEERABLE = ALWAYS
+{
+ ".*" :: "A regex which matches everything"
+} "minimum maximum"
STRING outScalar_reductions "List of reductions to output into files" STEERABLE = ALWAYS
{
".*" :: "A regex which matches everything"