aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@ff385933-4943-42dc-877b-ffc776028de6>2002-09-01 08:25:18 +0000
committerallen <allen@ff385933-4943-42dc-877b-ffc776028de6>2002-09-01 08:25:18 +0000
commitbe67fe61b630ec26c8f888e4cde3dfd533047958 (patch)
tree657a2b72d06d739ff89853acd843cc8b85071871
parentecac73d02e9c7dc85068d12746600cfbb597de97 (diff)
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
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
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