summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tindicessub4.ddl
blob: cad9c06ec528eaa8f4283fee2b609eecf8ae719f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################
Expected output for 'h5dump -d 4d -s 0,0,1,3 -c 1,1,1,1 taindices.h5'
#############################
HDF5 "taindices.h5" {
DATASET "4d" {
   DATATYPE  H5T_STD_I32LE
   DATASPACE  SIMPLE { ( 2, 2, 10, 10 ) / ( 2, 2, 10, 10 ) }
   SUBSET {
      START ( 0, 0, 1, 3 );
      STRIDE ( 1, 1, 1, 1 );
      COUNT ( 1, 1, 1, 1 );
      BLOCK ( 1, 1, 1, 1 );
      DATA {
      (0,0,1,3): 13
      }
   }
}
}