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