mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
18 lines
728 B
Plaintext
18 lines
728 B
Plaintext
#############################
|
|
Expected output for 'h5diff file6.h5 file6.h5 dset0a dset0b'
|
|
#############################
|
|
$h5diff file6.h5 file6.h5 dset0a dset0b
|
|
Warning: Different storage datatype
|
|
</dset0a> has file datatype H5T_STD_I16LE
|
|
</dset0b> has file datatype H5T_STD_I32LE
|
|
Comparing </dset0a> with </dset0b>
|
|
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
|
|
|
|
|