diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-27 18:55:33 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-27 18:55:33 (GMT) |
commit | 24abd275236a54a8368bee4ea17e1d6faa61780a (patch) | |
tree | faf280414424d4233557513c9dc81af4bbb925be /tools/testfiles/h5diff_611.txt | |
parent | 7e328ad37c0cc4b63f800f4a1b24dd559ae6904a (diff) | |
download | hdf5-24abd275236a54a8368bee4ea17e1d6faa61780a.zip hdf5-24abd275236a54a8368bee4ea17e1d6faa61780a.tar.gz hdf5-24abd275236a54a8368bee4ea17e1d6faa61780a.tar.bz2 |
[svn-r12980]
changed the usage message relative to the relative error formula to a more
common and easy to understand form | (b-a) / a |
Diffstat (limited to 'tools/testfiles/h5diff_611.txt')
-rw-r--r-- | tools/testfiles/h5diff_611.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/h5diff_611.txt b/tools/testfiles/h5diff_611.txt index e52dadb..6e6dd93 100644 --- a/tools/testfiles/h5diff_611.txt +++ b/tools/testfiles/h5diff_611.txt @@ -22,7 +22,7 @@ Items in [] are optional 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 -The -p compare criteria is |1 - b/a| > relative +The -p compare criteria is |(b-a)/a| > relative h5diff has four modes of output: Normal mode: print the number of differences found and where they occured |