summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tindicessub1.ddl
blob: 5cf4058c881330abd4fd72c226e28098f56436f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
      }
   }
}
}