blob: cbc2660922e5dfa5ac8f199ca2bafe8ded96c881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#############################
Expected output for 'h5dump -d integer -b out3.bin -F LE test1.h5'
#############################
HDF5 "test1.h5" {
DATASET "integer" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
DATA {
}
}
}
|