aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index c5a4478..b44b575 100644
--- a/param.ccl
+++ b/param.ccl
@@ -25,11 +25,11 @@ INT ghost_size "The width of the ghost zone"
private:
-LOGICAL sync_verbose "Verbose output during synchronization ?"
+BOOLEAN sync_verbose "Verbose output during synchronization ?"
{
} no
-LOGICAL enable_all_storage "Enable storage for all GFs?"
+BOOLEAN enable_all_storage "Enable storage for all GFs?"
{
} "no"
@@ -57,7 +57,7 @@ INT proc_top_nz "No of Procs in Z direction"
# padding stuff
-LOGICAL padding_active "Padd 3D arrays so they line up on cache lines?"
+BOOLEAN padding_active "Padd 3D arrays so they line up on cache lines?"
{
} no
@@ -77,7 +77,7 @@ INT padding_address_spacing "Number of CCTK_REALs to space starting addresses in
0:* :: "Any positive number"
} 24
-LOGICAL zero_memory "Zero memory for GF's at allocation time ?"
+BOOLEAN zero_memory "Zero memory for GF's at allocation time ?"
{
} yes