summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin2.ddl
blob: 2c1769228638d1e3919c4263089fdde6c6a1de1d (plain)
1
2
3
4
5
6
7
8
9
10
11
#############################
Expected output for 'h5dump -d integer -b out2.bin -F DI test1.h5'
#############################
HDF5 "test1.h5" {
DATASET "integer" {
   DATATYPE  H5T_STD_I32LE
   DATASPACE  SIMPLE { ( 2 ) / ( 2 ) }
   DATA {
   }
}
}