diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-06 19:02:42 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-06 19:02:42 (GMT) |
commit | b64aad457cb7cb620a60d824849f11607dff4f62 (patch) | |
tree | fcf1e38838f891c7443cca6b9e09151b8ef05945 /tools/h5diff/testfiles/h5diff_615.txt | |
parent | f6f3ad2b7b6c1ca05032590f169a7c95507c8142 (diff) | |
download | hdf5-b64aad457cb7cb620a60d824849f11607dff4f62.zip hdf5-b64aad457cb7cb620a60d824849f11607dff4f62.tar.gz hdf5-b64aad457cb7cb620a60d824849f11607dff4f62.tar.bz2 |
[svn-r20424] Purpose:
Fixed Bug 2184 - GMQS: h5diff - incorrect calculation code for
--use-system-epsilon option
Description:
Additional check in from the previous checkin r20384.
Updated help page.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_615.txt')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_615.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5diff/testfiles/h5diff_615.txt b/tools/h5diff/testfiles/h5diff_615.txt index f816510..eef45b5 100644 --- a/tools/h5diff/testfiles/h5diff_615.txt +++ b/tools/h5diff/testfiles/h5diff_615.txt @@ -63,7 +63,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]] number. --use-system-epsilon Print difference if (|a-b| > EPSILON), EPSILON is a system epsilon value. - The system epsilon values are defined as below: + If the system epsilon is not defined, the below + predefined value will be used: FLT_EPSILON = 1.19209E-07 for float DBL_EPSILON = 2.22045E-16 for double --exclude-path "path" Exclude the specified path to an object when |