From ad7050ddb6009847f4b345dbb6c32e1e02e54466 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 1 Aug 2001 10:59:59 +0000 Subject: 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 --- param.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'param.ccl') 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" -- cgit v1.2.3