blob: 35a75ed75288153e2d34a2a62c3c9198967340c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#############################
Expected output for 'h5diff dset2.5a dset2.5b -n 2 h5diff_test1.h5 h5diff_test2.h5'
#############################
$h5diff dset2.5a dset2.5b -n 2 h5diff_test1.h5 h5diff_test2.h5
Comparing <dset2.5a> with <dset2.5b>
using memory type H5T_NATIVE_FLOAT
position dset2.5a dset2.5b difference
------------------------------------------------------------
[ 1 0 ] 1 3 2
[ 1 1 ] 1 4 3
2 differences found
|