From a146854922c420fb5bc071b523d9d52abb7bd910 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 4 Oct 2000 16:23:24 +0000 Subject: 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 --- param.ccl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 ######################## -- cgit v1.2.3