summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-18 11:03:29 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-18 11:03:29 +0000
commite197842672a823207611dbaa6267c622a53d4154 (patch)
treee2aa66bb33181ac6e32af6c7ad037ae47089f425 /src/param.ccl
parentfa6852c0ebb4eaa10e3f2df67ba79b75ccc472c3 (diff)
New parameters cctk_show_banners in case people find them irritating
git-svn-id: http://svn.cactuscode.org/flesh/trunk@730 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 5f9121aa..33b6c7a7 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -17,6 +17,11 @@ LOGICAL cctk_show_rfr_tree "Show the order of the calling tree for the RFR"
{
: ::
} "yes"
+
+LOGICAL cctk_show_banners "Show any registered banners for the different thorns"
+{
+ : ::
+} "yes"
LOGICAL cctk_brief_output "Give only brief output"
{