hdf5/tools/testfiles/h5diff_13.txt
Pedro Vicente Nunes 28365eb5b3 [svn-r13042]
added a size of array information when printing differences
modified print_pos and diff_datum for having one extra argument *dims
2006-12-11 15:39:38 -05:00

14 lines
653 B
Plaintext

#############################
Expected output for 'h5diff h5diff_basic1.h5 h5diff_basic2.h5 -r'
#############################
Dataset: </g1/dset1> and </g1/dset1>
size [3x2]
position dset1 dset1 difference
------------------------------------------------------------
[ 0 0 ] 1 0 1
[ 0 1 ] 1 1.1 0.1
[ 1 0 ] 1 1.01 0.01
[ 1 1 ] 1 1.001 0.001
[ 2 1 ] 0 1 1
5 differences found