summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/h5diff_621.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/h5diff_621.txt')
-rw-r--r--tools/testfiles/h5diff_621.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/testfiles/h5diff_621.txt b/tools/testfiles/h5diff_621.txt
index 2566846..e4c0e05 100644
--- a/tools/testfiles/h5diff_621.txt
+++ b/tools/testfiles/h5diff_621.txt
@@ -18,7 +18,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
@@ -49,3 +49,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