[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
This commit is contained in:
@@ -4,14 +4,24 @@ GROUP "/" {
|
||||
DATATYPE H5T_IEEE_F64LE
|
||||
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
|
||||
DATA {
|
||||
(0): -0.1234567, 0.1234567, 0.0000000, 0.0000000, 0.0000000, 0.0000000
|
||||
(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, 0.1234567, 0.0000000, 0.0000000, 0.0000000, 0.0000000
|
||||
(0): -0.1234567,
|
||||
(1): 0.1234567,
|
||||
(2): 0.0000000,
|
||||
(3): 0.0000000,
|
||||
(4): 0.0000000,
|
||||
(5): 0.0000000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user