mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
2d011283a3
code clean, bug fix Description: cleaned warnings on IRIX fixed bug in parse command line Solution: Platforms tested: linux IRIX 6.5 64 Misc. update:
13 lines
653 B
Plaintext
13 lines
653 B
Plaintext
#############################
|
|
Expected output for 'h5diff file1.h5 file2.h5 -n 200 g1/dset3 g1/dset4'
|
|
#############################
|
|
position dset3 dset4 difference
|
|
------------------------------------------------------------
|
|
[ 0 0 ] 100.000000 110.000000 10.000000
|
|
[ 0 1 ] 110.000000 100.000000 10.000000
|
|
[ 1 0 ] 100.000000 90.000000 10.000000
|
|
[ 1 1 ] 100.000000 80.000000 20.000000
|
|
[ 2 0 ] 100.000000 140.000000 40.000000
|
|
[ 2 1 ] 100.000000 200.000000 100.000000
|
|
|