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