From 87c6162312e65aced3d17578f1fdcd029a4c44f1 Mon Sep 17 00:00:00 2001 From: goodale Date: Sun, 17 Dec 2000 14:37:09 +0000 Subject: LOGICAL->BOOLEAN Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@293 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'param.ccl') 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" -- cgit v1.2.3