Files
hdf5/tools/testfiles/tfpformat.ddl
Allen Byrne 68d93b7f4e [svn-r22013] HDFFV-7560:
Merge 1.8 and h5dump/tools and tests based on tools library from trunk.
Reduced warnings.

HDFFV-7949:
Remove duplicated functions in h5ls

Tested: local linux,h5committest
2012-03-02 09:21:13 -05:00

29 lines
543 B
SQL

HDF5 "tfpformat.h5" {
GROUP "/" {
DATASET "double" {
DATATYPE H5T_IEEE_F64LE
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
DATA {
(0): -0.1234567,
(1): 0.1234567,
(2): 0.0000000,
(3): 0.0000000,
(4): 0.0000000,
(5): 0.0000000
}
}
DATASET "float" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
DATA {
(0): -0.1234567,
(1): 0.1234567,
(2): 0.0000000,
(3): 0.0000000,
(4): 0.0000000,
(5): 0.0000000
}
}
}
}