[svn-r20559] Description:
Bring r20407:20557 from trunk to revise_chunks branch
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, w/threadsafe, in production mode
Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-ia64 2.6 (ember) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
This commit is contained in:
@@ -487,9 +487,10 @@ 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(" FLT_EPSILON = 1.19209E-07 for float\n");
|
||||
printf(" DBL_EPSILON = 2.22045E-16 for double\n");
|
||||
printf(" If the system epsilon is not defined, the below\n");
|
||||
printf(" one of the following predefined values will be used:\n");
|
||||
printf(" FLT_EPSILON = 1.19209E-07 for floating-point type\n");
|
||||
printf(" DBL_EPSILON = 2.22045E-16 for double percision type\n");
|
||||
printf(" --exclude-path \"path\" Exclude the specified path to an object when\n");
|
||||
printf(" comparing files or groups. If a group is excluded,\n");
|
||||
printf(" all member objects will also be excluded.\n");
|
||||
|
||||
Reference in New Issue
Block a user