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