aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-10-04 16:23:24 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-10-04 16:23:24 +0000
commita146854922c420fb5bc071b523d9d52abb7bd910 (patch)
treeb4e28dc31ccc66cf9d58bd8eefca85c3ab4cd97d
parent90fd61510aeceb858714aa4a43760a7e727bd2ad (diff)
Added new parameter STRING outScalar_reductions "List of reductions to output into files" STEERABLE = ALWAYS which defaults to "minimum maximum norm1 norm2".
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@72 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--param.ccl11
1 files changed, 10 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 8275996..0decef6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -23,12 +23,21 @@ STRING outInfo_vars "Variables to output as Info to screen" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} ""
-STRING outScalar_vars "Variables to output as Info to screen" STEERABLE = ALWAYS
+STRING outScalar_vars "Variables to output into files" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} ""
+##########################
+# What reductions to output
+##########################
+STRING outScalar_reductions "List of reductions to output into files" STEERABLE = ALWAYS
+{
+ .* :: A regex which matches everything
+} "minimum maximum norm1 norm2"
+
+
########################
# How often to do output
########################