bug fix Description: long long type was being incorrectly printed Solution: added a long_long cast to print function Platforms tested: linux Misc. update:
18 lines
751 B
Plaintext
18 lines
751 B
Plaintext
#############################
|
|
Expected output for 'h5diff file4.h5 file4.h5 -v dset3a dset4b'
|
|
#############################
|
|
Dataset: </dset3a> and </dset4b>
|
|
Warning: Different storage datatype
|
|
</dset3a> has file datatype H5T_STD_I32LE
|
|
</dset4b> has file datatype H5T_STD_I64LE
|
|
Warning: Different storage datatype
|
|
</dset3a> has file datatype H5T_STD_I32LE
|
|
</dset4b> has file datatype H5T_STD_I64LE
|
|
position dset3a dset4b difference
|
|
------------------------------------------------------------
|
|
[ 1 0 ] 1 3 2
|
|
[ 1 1 ] 1 4 3
|
|
[ 2 0 ] 1 5 4
|
|
[ 2 1 ] 1 6 5
|
|
4 differences found
|