hdf5/tools/testfiles/tfpformat.ddl

22 lines
543 B
Plaintext
Raw Normal View History

#############################
Expected output for 'h5dump -m %.7f tfpformat.h5'
#############################
HDF5 "tfpformat.h5" {
GROUP "/" {
DATASET "double" {
DATATYPE H5T_IEEE_F64LE
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
DATA {
(0): -0.1234567, 0.1234567, 0.0000000, 0.0000000, 0.0000000, 0.0000000
}
}
DATASET "float" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
DATA {
(0): -0.1234567, 0.1234567, 0.0000000, 0.0000000, 0.0000000, 0.0000000
}
}
}
}