aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-08-01 10:59:59 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-08-01 10:59:59 +0000
commitad7050ddb6009847f4b345dbb6c32e1e02e54466 (patch)
tree9032f59b2da42ea8f709542a83e749cb84febc7e
parent8f1deb36a120092db6a4ed4f8906b7e5007210e0 (diff)
Added new parameter STRING outInfo_reductions "List of reductions to output as I
nfo to screen" STEERABLE = ALWAYS defaulting to "minimum maximum". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@95 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-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"