summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tints4dimsStride2.ddl
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-04-13 17:41:24 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-04-13 17:41:24 (GMT)
commit257689f6b4511ed3031d08d638550aa2e864d294 (patch)
treea05fb4bbd91ca946baea2282d7f34ac75c08eb4a /tools/testfiles/tints4dimsStride2.ddl
parentafd696593b786db4c68d7ad0235da145ba250568 (diff)
parent261f8c83611db7b19f3a697720926d825b375a1d (diff)
downloadhdf5-257689f6b4511ed3031d08d638550aa2e864d294.zip
hdf5-257689f6b4511ed3031d08d638550aa2e864d294.tar.gz
hdf5-257689f6b4511ed3031d08d638550aa2e864d294.tar.bz2
[svn-r29689] old merge from trunk.
Diffstat (limited to 'tools/testfiles/tints4dimsStride2.ddl')
-rw-r--r--tools/testfiles/tints4dimsStride2.ddl22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/testfiles/tints4dimsStride2.ddl b/tools/testfiles/tints4dimsStride2.ddl
new file mode 100644
index 0000000..7ec98fc
--- /dev/null
+++ b/tools/testfiles/tints4dimsStride2.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 ( 2, 2, 2, 2 );
+ COUNT ( 2, 2, 2, 2 );
+ BLOCK ( 1, 1, 1, 1 );
+ DATA {
+ (0,0,0,0): 0, 2,
+ (0,0,2,0): 20, 22
+ (0,2,0,0): 160, 162,
+ (0,2,2,0): 180, 182
+ (2,0,0,0): 960, 962,
+ (2,0,2,0): 980, 982
+ (2,2,0,0): 1120, 1122,
+ (2,2,2,0): 1140, 1142
+ }
+ }
+}
+}