aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-07-11 21:49:12 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-07-11 21:49:12 +0000
commitc793f673fcc8c6149c44b6d0b574e16b9f8d8770 (patch)
tree7985798fa3aaddc54878b0f08b4d61de3c901675 /param.ccl
parent9797ddc38e26ace5eb5897388a8795a1951612fc (diff)
Added a new parameter newverbose = none, standard, full for adding
more info output from IO thorns (what the IO method is, how often output is done, to what directory, which variables, etc). I'll get this looking nice with IOBasic first, then add to all the IO thorns, get and merge it with the old verbose parameter. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@126 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index af601d8..cefa4d7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,6 +26,12 @@ INT out_every "How often to do IO output" STEERABLE = ALWAYS
################
# various things
################
+KEYWORD newverbose "Level of screen output for IO?" STEERABLE = ALWAYS
+{
+ "none" :: "Give no output"
+ "standard" :: "Initial description for each method"
+ "full" :: "Maximal output"
+} "standard"
BOOLEAN verbose "Give extended screen output in IO?" STEERABLE = ALWAYS
{
} "no"