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
26 lines
678 B
Plaintext
26 lines
678 B
Plaintext
#############################
|
|
Expected output for 'h5diff -v h5diff_basic2.h5 h5diff_basic2.h5'
|
|
#############################
|
|
|
|
file1 file2
|
|
---------------------------------------
|
|
x x /
|
|
x x /g1
|
|
x x /g1/dset1
|
|
x x /g1/dset2
|
|
x x /g1/dset4
|
|
x x /g2
|
|
|
|
group : </> and </>
|
|
0 differences found
|
|
group : </g1> and </g1>
|
|
0 differences found
|
|
dataset: </g1/dset1> and </g1/dset1>
|
|
0 differences found
|
|
dataset: </g1/dset2> and </g1/dset2>
|
|
0 differences found
|
|
dataset: </g1/dset4> and </g1/dset4>
|
|
0 differences found
|
|
group : </g2> and </g2>
|
|
0 differences found
|