summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin3.ddl
blob: 5226802b624da9a1d87ebc905db285e2532e5507 (plain)
1
2
3
4
5
6
7
8
9
10
11
#############################
Expected output for 'h5dump -d integer -o out3.bin -b LE tbinary.h5'
#############################
HDF5 "tbinary.h5" {
DATASET "integer" {
   DATATYPE  H5T_STD_I32LE
   DATASPACE  SIMPLE { ( 6 ) / ( 6 ) }
   DATA {
   }
}
}