[svn-r12980]

changed the usage message relative to the relative error formula to a more
common and easy to understand form | (b-a) / a |
This commit is contained in:
Pedro Vicente Nunes
2006-11-27 13:55:33 -05:00
parent 7e328ad37c
commit 24abd27523
19 changed files with 19 additions and 19 deletions

View File

@@ -305,7 +305,7 @@ void usage(void)
printf("The 'count' value must be a positive integer\n");
printf("The 'delta' and 'relative' values must be positive numbers\n");
printf("The -d compare criteria is |a - b| > delta\n");
printf("The -p compare criteria is |1 - b/a| > relative\n");
printf("The -p compare criteria is |(b-a)/a| > relative\n");
printf("\n");
printf("h5diff has four modes of output:\n");
printf(" Normal mode: print the number of differences found and where they occured\n");