summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-21 11:19:30 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-21 11:19:30 +0000
commit2a822c2bf4488a33fff9c5d5e017556de0815530 (patch)
tree1e160d537c8c864004edb6c3130bff9f98446851 /src/param.ccl
parenta76728d5a6c6dd92ca9c75a1d2553bd5f069e108 (diff)
Renamed LOGICAL in ccl files to BOOLEAN
LOGICAL will still work for now Hopefully this will remove the confusion in Fortran with "logicals" having integer values git-svn-id: http://svn.cactuscode.org/flesh/trunk@977 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 33b6c7a7..512972c3 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -4,26 +4,26 @@
private:
-LOGICAL cctk_full_warnings "Give detailed information for each warning statement"
+BOOLEAN cctk_full_warnings "Give detailed information for each warning statement"
{
} "yes"
-LOGICAL cctk_strong_param_check "Die on parameter errors in CCTK_PARAMCHECK"
+BOOLEAN cctk_strong_param_check "Die on parameter errors in CCTK_PARAMCHECK"
{
: ::
} "yes"
-LOGICAL cctk_show_rfr_tree "Show the order of the calling tree for the RFR"
+BOOLEAN 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"
+BOOLEAN cctk_show_banners "Show any registered banners for the different thorns"
{
: ::
} "yes"
-LOGICAL cctk_brief_output "Give only brief output"
+BOOLEAN cctk_brief_output "Give only brief output"
{
: ::
} "no"