[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:
Allen Byrne
2012-03-02 09:21:13 -05:00
parent c714d9ef43
commit 68d93b7f4e
192 changed files with 25763 additions and 13800 deletions

View File

@@ -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
}
}
}