[svn-r20427] Purpose:

Fixed Bug 2184 - GMQS: h5diff - incorrect calculation code for 
    --use-system-epsilon option

Description:
    Additional check in from the previous checkin r20424.
    Updated help page again.
     
Tested:
 jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
This commit is contained in:
Jonathan Kim
2011-04-06 15:59:37 -05:00
parent 434c14d2f2
commit 00b2dc9137
11 changed files with 33 additions and 33 deletions

View File

@@ -64,9 +64,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
--use-system-epsilon Print difference if (|a-b| > EPSILON), EPSILON is
a system epsilon value.
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
one of the following predefined values will be used:
FLT_EPSILON = 1.19209E-07 for floating-point type
DBL_EPSILON = 2.22045E-16 for double percision type
--exclude-path "path" Exclude the specified path to an object when
comparing files or groups. If a group is excluded,
all member objects will also be excluded.