mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
1a3c5f6aeb
usage is now h5diff [OPTIONS] file1 file2 [obj1[obj2]] tested: windows, linux, solaris
13 lines
634 B
Plaintext
13 lines
634 B
Plaintext
#############################
|
|
Expected output for 'h5diff -r -d 5 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4'
|
|
#############################
|
|
dataset: </g1/dset3> and </g1/dset4>
|
|
size: [3x2] [3x2]
|
|
position dset3 dset4 difference
|
|
------------------------------------------------------------
|
|
[ 0 1 ] 100 120 20
|
|
[ 1 0 ] 100 160 60
|
|
[ 2 0 ] 100 80 20
|
|
[ 2 1 ] 100 40 60
|
|
4 differences found
|