aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-09-21 11:27:57 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-09-21 11:27:57 +0000
commit6aaa64f9137b8e147d87aec2e64d05d66957ab04 (patch)
tree6dafe66c8dbf2f1564997645adec409e19887fd8 /param.ccl
parent3680de512c0a5fb866b9f9c58952e24174019305 (diff)
BOOLEAN -> LOGICAL
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@27 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl20
1 files changed, 10 insertions, 10 deletions
diff --git a/param.ccl b/param.ccl
index 493ea3a..49ea18f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -34,16 +34,16 @@ INT out_every "How often to do IO output"
################
# various things
################
-LOGICAL verbose "Give extended screen output in IO?"
+BOOLEAN verbose "Give extended screen output in IO?"
{
} "no"
-LOGICAL out3D_datestamp "Write date as attribute to IO 3D output file?"
+BOOLEAN out3D_datestamp "Write date as attribute to IO 3D output file?"
{
} "yes"
-LOGICAL out3D_parameters "Write parameters to IO 3D output file?"
+BOOLEAN out3D_parameters "Write parameters to IO 3D output file?"
{
} "yes"
-LOGICAL out3D_structures "Write structures to IO 3D output file?"
+BOOLEAN out3D_structures "Write structures to IO 3D output file?"
{
} "yes"
@@ -62,10 +62,10 @@ INT out3D_procs "Do IO on every N processors."
{
1:* :: "Must be a positive integer"
} 8
-LOGICAL out3D_septimefiles "Write one file per time slice, as opposed to all data in one file"
+BOOLEAN out3D_septimefiles "Write one file per time slice, as opposed to all data in one file"
{
} "no"
-LOGICAL out3D_unchunked "Don't write data in chunks."
+BOOLEAN out3D_unchunked "Don't write data in chunks."
{
} "no"
@@ -85,7 +85,7 @@ INT out3D_downsample_z "Factor by which to downsample output in z direction. Poi
{
1:* :: "Must be a positive integer"
} 1
-LOGICAL out3D_single "Output 3D data in single precision ? This parameter is ignored for Cactus compiled with single precision"
+BOOLEAN out3D_single "Output 3D data in single precision ? This parameter is ignored for Cactus compiled with single precision"
{
} "no"
@@ -93,13 +93,13 @@ LOGICAL out3D_single "Output 3D data in single precision ? This parameter is ign
###################################
# Checkpointing/recovery parameters
###################################
-LOGICAL checkpoint_ID "Checkpoint initial data ?"
+BOOLEAN checkpoint_ID "Checkpoint initial data ?"
{
} "no"
-LOGICAL checkpoint_keep_all "Keep all checkpoint files ?"
+BOOLEAN checkpoint_keep_all "Keep all checkpoint files ?"
{
} "no"
-LOGICAL recover "Recover from a checkpoint file ?"
+BOOLEAN recover "Recover from a checkpoint file ?"
{
} "no"
INT checkpoint_every "Checkpoint every x iterations"