[svn-r21151] Description:
Merged from HDF5 trunk r21105
Fixed two bugs:
- h5repack: h5repack failed to copy dataset if the layout is changed from c
hunked with unlimited dims to contiguous. (PC -- 2011/07/15)
- h5diff: "--delta" option considers two NaN of the same type are different
, which is wrong based on http://www.hdfgroup.org/HDF5/doc/RM/Tools.html#Tools-Diff. (PC -- 2011/07/15)
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
This commit is contained in:
@@ -22,6 +22,7 @@ file1 file2
|
||||
x /g1/fp16
|
||||
x /g1/fp17
|
||||
x /g1/fp18
|
||||
x /g1/fp18_COPY
|
||||
x /g1/fp19
|
||||
x /g1/fp19_COPY
|
||||
x /g1/fp2
|
||||
|
||||
Reference in New Issue
Block a user