summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tindicessub3.ddl
blob: 222e5529a2cc125cc602e285d42e23e031c07bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#############################
Expected output for 'h5dump -d 3d -s 0,1,2 -c 1,2,3 -k 1,2,1 -S 1,2,1 taindices.h5'
#############################
HDF5 "taindices.h5" {
DATASET "3d" {
   DATATYPE  H5T_STD_I32LE
   DATASPACE  SIMPLE { ( 2, 10, 10 ) / ( 2, 10, 10 ) }
   SUBSET {
      START ( 0, 1, 2 );
      STRIDE ( 1, 2, 1 );
      COUNT ( 1, 2, 3 );
      BLOCK ( 1, 2, 1 );
      DATA {
      (0,1,2): 12, 13, 14,
      (0,3,2):  32, 33, 34,
      (0,5,2):  52, 53, 54,
      (0,7,2):  72, 73, 74
      }
   }
}
}