summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tints4dimsStride2.ddl
diff options
context:
space:
mode:
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
+ }
+ }
+}
+}