blob: 45c930249ec563c4c463defa1991c91a5b807f01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
#############################
Expected output for 'h5diff file6.h5 file6.h5'
#############################
$h5diff file6.h5 file6.h5
file1 file2
---------------------------------------
x x /dset0a
x x /dset0b
x x /dset1a
x x /dset1b
x x /dset2a
x x /dset2b
x x /dset3a
x x /dset3b
x x /dset4a
x x /dset4b
x x /dset5a
x x /dset5b
x x /dset6a
x x /dset6b
Comparing </dset0a> with </dset0a>
0 differences found
Comparing </dset0b> with </dset0b>
0 differences found
Comparing </dset1a> with </dset1a>
0 differences found
Comparing </dset1b> with </dset1b>
0 differences found
Comparing </dset2a> with </dset2a>
0 differences found
Comparing </dset2b> with </dset2b>
0 differences found
Comparing </dset3a> with </dset3a>
0 differences found
Comparing </dset3b> with </dset3b>
0 differences found
Comparing </dset4a> with </dset4a>
0 differences found
Comparing </dset4b> with </dset4b>
0 differences found
Comparing </dset5a> with </dset5a>
0 differences found
Comparing </dset5b> with </dset5b>
0 differences found
Comparing </dset6a> with </dset6a>
0 differences found
Comparing </dset6b> with </dset6b>
0 differences found
|