summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tints4dimsCount2.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-03-04 20:41:12 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-03-04 20:41:12 (GMT)
commit40cdbe0b8dc5ad618920d6a33a818cfa42c3f241 (patch)
tree92830ca7ff7f9c42c890c746a035a4b70f7e5959 /tools/testfiles/tints4dimsCount2.ddl
parent1f10dc7f119e612f91bedbc6a9ecb65f314cc707 (diff)
downloadhdf5-40cdbe0b8dc5ad618920d6a33a818cfa42c3f241.zip
hdf5-40cdbe0b8dc5ad618920d6a33a818cfa42c3f241.tar.gz
hdf5-40cdbe0b8dc5ad618920d6a33a818cfa42c3f241.tar.bz2
[svn-r29274] HDFFV-9698: fix subsetting issues with h5dump
Diffstat (limited to 'tools/testfiles/tints4dimsCount2.ddl')
-rw-r--r--tools/testfiles/tints4dimsCount2.ddl22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/testfiles/tints4dimsCount2.ddl b/tools/testfiles/tints4dimsCount2.ddl
new file mode 100644
index 0000000..500e418
--- /dev/null
+++ b/tools/testfiles/tints4dimsCount2.ddl
@@ -0,0 +1,22 @@
+HDF5 "tints4dims.h5" {
+DATASET "FourDimInts" {
+ DATATYPE H5T_STD_U32LE
+ DATASPACE SIMPLE { ( 4, 6, 8, 10 ) / ( 4, 6, 8, 10 ) }
+ SUBSET {
+ START ( 0, 0, 0, 0 );
+ STRIDE ( 1, 1, 1, 1 );
+ COUNT ( 2, 2, 2, 2 );
+ BLOCK ( 1, 1, 1, 1 );
+ DATA {
+ (0,0,0,0): 0, 1,
+ (0,0,1,0): 10, 11
+ (0,1,0,0): 80, 81,
+ (0,1,1,0): 90, 91
+ (1,0,0,0): 480, 481,
+ (1,0,1,0): 490, 491
+ (1,1,0,0): 560, 561,
+ (1,1,1,0): 570, 571
+ }
+ }
+}
+}