aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@38c3d835-c875-442e-b0fe-21c19ce1d001>2001-03-11 16:02:25 +0000
committerallen <allen@38c3d835-c875-442e-b0fe-21c19ce1d001>2001-03-11 16:02:25 +0000
commitbe308dcf2e8ddc6fa47dfb42dea10ad04a5e9a2f (patch)
treea5e517b0894ea2bbe15cc1e3ac5064cc639deafe /param.ccl
parent329aba492072e88a54de1d1bf770a500e14e3729 (diff)
CCTK_CHAR -> CCTK_BYTE and LOGICAL -> BOOLEAN
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@21 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 4f475e8..b29999f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -54,9 +54,9 @@ USES INT out_every
################
# various things
################
-USES LOGICAL verbose
-USES LOGICAL out3D_datestamp
-USES LOGICAL out3D_parameters
+USES BOOLEAN verbose
+USES BOOLEAN out3D_datestamp
+USES BOOLEAN out3D_parameters
#######################
@@ -65,11 +65,11 @@ USES LOGICAL out3D_parameters
USES KEYWORD out3D_mode
USES INT out3D_procs
-USES LOGICAL out3D_septimefiles
-USES LOGICAL out3D_unchunked
+USES BOOLEAN out3D_septimefiles
+USES BOOLEAN out3D_unchunked
##############################################
# Downsampling parameters (only for 3D output)
##############################################
-USES LOGICAL out3D_single
+USES BOOLEAN out3D_single