aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2001-06-25 16:25:55 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2001-06-25 16:25:55 +0000
commit3ad9707b6594b0627e57b633a32ab3954aed5cf2 (patch)
tree073a442d5becd166fa5fb18a24443f919758ebf8 /param.ccl
parent98374bb501328a0ac0043e32822d95f85c8caf5d (diff)
Temporarily commented out hyperslab parameters until parsing is fully implemented.
Use downsampling parameters from IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@36 7842ec3a-9562-4be5-9c5b-06ba18f2b668
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl49
1 files changed, 28 insertions, 21 deletions
diff --git a/param.ccl b/param.ccl
index f01a1c7..0d2e70b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -4,27 +4,31 @@
######################
# Hyperslab parameters
######################
-STRING origin "Default origin"
-{
- .* :: "Comma separated list of positive integer values"
-} "0,0,0"
-STRING downsampling "Default downsampling"
-{
- .* :: "Comma separated list of positive integer values"
-} "1,1,1"
-STRING length "Default length of the hyperslab to stream"
-{
- .* :: "Comma separated list of integer values"
-} "-1,-1,-1"
-STRING direction "Default direction of hyperslab to stream"
-{
- .* :: "Comma separated list of positive integer values"
-} "0,1,2"
-CCTK_INT slabdim "default dimension of slab"
-{
- 1:3 :: "dimension of slab (1,2,3)"
-} 3
+# TR: temporarily commented out hyperslab parameters
+# until parsing is fully implemented
+
+#STRING origin "Default origin"
+#{
+# .* :: "Comma separated list of positive integer values"
+#} "0,0,0"
+#STRING downsampling "Default downsampling"
+#{
+# .* :: "Comma separated list of positive integer values"
+#} "1,1,1"
+#STRING length "Default length of the hyperslab to stream"
+#{
+# .* :: "Comma separated list of integer values"
+#} "-1,-1,-1"
+#STRING direction "Default direction of hyperslab to stream"
+#{
+# .* :: "Comma separated list of positive integer values"
+#} "0,1,2"
+#
+#CCTK_INT slabdim "default dimension of slab"
+#{
+# 1:3 :: "dimension of slab (1,2,3)"
+#} 3
#############################################################################
@@ -37,4 +41,7 @@ shares: IO
################
USES BOOLEAN verbose
USES BOOLEAN out3D_parameters
-USES KEYWORD out_fileinfo
+USES KEYWORD out_fileinfo
+USES INT out3D_downsample_x
+USES INT out3D_downsample_y
+USES INT out3D_downsample_z