mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
a2f9ebb3ab
bug fix Description: 1) the compare flag test was not being put in a correct place, making comparisons attempts that were not supposed to be done 2) some duplicate warnings were being made Solution: eliminate the duplicate warnings, put the if compare flag on the correct place Platforms tested: linux 32, 64 solaris Misc. update:
15 lines
691 B
Plaintext
15 lines
691 B
Plaintext
#############################
|
|
Expected output for 'h5diff file4.h5 file4.h5 -v dset0a dset0b'
|
|
#############################
|
|
Dataset: </dset0a> and </dset0b>
|
|
Warning: Different storage datatype
|
|
</dset0a> has file datatype H5T_STD_I16LE
|
|
</dset0b> has file datatype H5T_STD_I32LE
|
|
position dset0a dset0b difference
|
|
------------------------------------------------------------
|
|
[ 1 0 ] 1 3 2
|
|
[ 1 1 ] 1 4 3
|
|
[ 2 0 ] 1 5 4
|
|
[ 2 1 ] 1 6 5
|
|
4 differences found
|