[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)
This commit is contained in:
Jonathan Kim
2011-04-06 14:02:42 -05:00
parent f6f3ad2b7b
commit b64aad457c
11 changed files with 22 additions and 11 deletions

View File

@@ -487,7 +487,8 @@ void usage(void)
printf(" number.\n");
printf(" --use-system-epsilon Print difference if (|a-b| > EPSILON), EPSILON is\n");
printf(" a system epsilon value.\n");
printf(" The system epsilon values are defined as below:\n");
printf(" If the system epsilon is not defined, the below\n");
printf(" predefined value will be used:\n");
printf(" FLT_EPSILON = 1.19209E-07 for float\n");
printf(" DBL_EPSILON = 2.22045E-16 for double\n");
printf(" --exclude-path \"path\" Exclude the specified path to an object when\n");