summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5D/tfiles/16/h5ex_d_unlimadd.ddl
blob: db903269b6d195cb6255ecc5fe1d7a02bf370747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HDF5 "h5ex_d_unlimadd.h5" {
GROUP "/" {
   DATASET "DS1" {
      DATATYPE  H5T_STD_I32LE
      DATASPACE  SIMPLE { ( 6, 10 ) / ( H5S_UNLIMITED, H5S_UNLIMITED ) }
      DATA {
      (0,0): 0, -1, -2, -3, -4, -5, -6, 7, 8, 9,
      (1,0): 0, 0, 0, 0, 0, 0, 0, 7, 8, 9,
      (2,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
      (3,0): 0, 2, 4, 6, 8, 10, 12, 7, 8, 9,
      (4,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
      (5,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
      }
   }
}
}