mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
14 lines
629 B
Plaintext
14 lines
629 B
Plaintext
|
#############################
|
||
|
Expected output for 'h5diff dset2.1a dset2.1b -d 2.3 h5diff_test1.h5 h5diff_test2.h5'
|
||
|
#############################
|
||
|
$h5diff dset2.1a dset2.1b -d 2.3 h5diff_test1.h5 h5diff_test2.h5
|
||
|
Comparing <dset2.1a> with <dset2.1b>
|
||
|
using memory type H5T_NATIVE_SCHAR
|
||
|
position dset2.1a dset2.1b difference
|
||
|
------------------------------------------------------------
|
||
|
[ 1 1 ] 1 4 3
|
||
|
[ 2 0 ] 1 5 4
|
||
|
[ 2 1 ] 1 6 5
|
||
|
3 differences found
|
||
|
|