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