aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-21 12:33:02 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-21 12:33:02 +0000
commit6e9b7d8218240a89cbe9a842daa351b6f926e0f7 (patch)
treef80c0abae35b5e5d8b4b23193de0e3d476ba1f8e /param.ccl
parent51c4d09536af56e24e522e47b669f6a05f380a78 (diff)
LOGICAL -> BOOLEAN and getting some printout. This will be put in
a better place git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@90 b61c5cb5-eaca-4651-9a7a-d64986f99364
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