summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tints4dimsStride2.ddl
blob: 7ec98fc7f3d58f50b907f00dae43c2ab81cee1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
      }
   }
}
}