summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-12-20 10:44:02 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-12-20 10:44:02 +0000
commit02a38964d6b236ed28850456eaeb4f7a89cdd4ae (patch)
treef48d74a4f111ea23fe75885bd3151e8c08665684 /src/param.ccl
parent34f683e44bd5f40484469692a152b6661a84abd5 (diff)
Implement steerable boolean parameter Cactus::highlight_warning_messages
which turns on/off highlighting of CCTK warning messages using ANSI escape sequences. Default is on. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3937 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 5c4d090d..a411f799 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -21,6 +21,10 @@ BOOLEAN cctk_full_warnings "Give detailed information for each warning statement
{
} "no"
+BOOLEAN highlight_warning_messages "Highlight CCTK warning messages ?" STEERABLE=ALWAYS
+{
+} "yes"
+
KEYWORD info_format "What information do CCTK_INFO() and CCTK_VInfo() print?"
{
# This is the traditional Cactus INFO output.