From be67fe61b630ec26c8f888e4cde3dfd533047958 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 1 Sep 2002 08:25:18 +0000 Subject: Added steerable keyword verbose to set how much information to print. This replaces the coordinate positions which were set with a level 2 warning. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@34 ff385933-4943-42dc-877b-ffc776028de6 --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/param.ccl b/param.ccl index 1edb15f..ae06c46 100644 --- a/param.ccl +++ b/param.ccl @@ -36,3 +36,9 @@ KEYWORD action_if_found "What to do if a NaN was found" STEERABLE = ALWAYS "terminate" :: "Warn and terminate Cactus gracefully as soon as possible" "abort" :: "Warn and abort Cactus immediately" } "just warn" + +KEYWORD verbose "How much information to give" STEERABLE = ALWAYS +{ + "all" :: "All information" + "standard" :: "Standard information" +} "standard" \ No newline at end of file -- cgit v1.2.3