diff options
Diffstat (limited to 'tools/testfiles/h5diff_10.txt')
-rw-r--r-- | tools/testfiles/h5diff_10.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/testfiles/h5diff_10.txt b/tools/testfiles/h5diff_10.txt index 44622f3..223e3fa 100644 --- a/tools/testfiles/h5diff_10.txt +++ b/tools/testfiles/h5diff_10.txt @@ -17,7 +17,7 @@ file2 File name of the second HDF5 file [-p relative] Print difference when it is greater than a relative limit Items in [] are optional -[obj1] and [obj2] are HDF5 objects (datasets, groups or datatypes) +[obj1] and [obj2] are HDF5 objects (datasets, groups, datatypes or links) The 'count' value must be a positive integer The 'delta' and 'relative' values must be positive numbers The -d compare criteria is |a - b| > delta @@ -48,3 +48,5 @@ Note) file1 and file2 can be the same file. Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare '/g1/dset1' and '/g1/dset2' in the same file + +If no objects are specified, h5diff only compares objects with the same absolute path in both files. The compare criteria is: 1) datasets: numerical array differences 2) groups: name string difference 3) datatypes: the return value of H5Tequal 2) links: name string difference of the linked value |