aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"