From c793f673fcc8c6149c44b6d0b574e16b9f8d8770 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 11 Jul 2001 21:49:12 +0000 Subject: 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 --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- cgit v1.2.3