aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-10-05 23:35:12 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-10-05 23:35:12 +0000
commit5045293d1ad656f76a78745bb404f4128227b1c9 (patch)
tree0bd1aad2e6535959f3c9d41dfab3bd276756b898 /param.ccl
parent339d7c45046245fe0e4e4fdbf86b93b05eab7a7f (diff)
Register with the flesh to receive warnings and info messages. Store
these with the other data. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@59 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index f88336c..efafc66 100644
--- a/param.ccl
+++ b/param.ccl
@@ -89,6 +89,19 @@ STRING out_reductions "Reduction operators that should be applied to the output
+# Parameters for outputting Cactus warnings and info messages
+
+INT max_warn_level "Only output warnings with at most this level of severity"
+{
+ -1:* :: ""
+} 2
+
+BOOLEAN output_info "Output info messages?"
+{
+} "yes"
+
+
+
SHARES: IO
USES STRING out_dir