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