aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-12-17 14:37:09 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-12-17 14:37:09 +0000
commit87c6162312e65aced3d17578f1fdcd029a4c44f1 (patch)
treefa8aee76b2e3794b43e6f4187b543476f4d61aca /param.ccl
parentea4f1ff6146fec550f832e975eb20e30ade4b30c (diff)
LOGICAL->BOOLEAN
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@293 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index c1967c7..f2a4ff2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -206,11 +206,11 @@ STRING partition_3d_z "Tells how to partition on direction z"
.* :: "A regex which matches anything"
} ""
-LOGICAL storage_verbose "Report on memory assignment" STEERABLE = ALWAYS
+BOOLEAN storage_verbose "Report on memory assignment" STEERABLE = ALWAYS
{
} "no"
-LOGICAL timer_output "Print time spent in communication"
+BOOLEAN timer_output "Print time spent in communication"
{
} "no"