summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-27 18:55:33 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-27 18:55:33 (GMT)
commit24abd275236a54a8368bee4ea17e1d6faa61780a (patch)
treefaf280414424d4233557513c9dc81af4bbb925be /tools
parent7e328ad37c0cc4b63f800f4a1b24dd559ae6904a (diff)
downloadhdf5-24abd275236a54a8368bee4ea17e1d6faa61780a.zip
hdf5-24abd275236a54a8368bee4ea17e1d6faa61780a.tar.gz
hdf5-24abd275236a54a8368bee4ea17e1d6faa61780a.tar.bz2
[svn-r12980]
changed the usage message relative to the relative error formula to a more common and easy to understand form | (b-a) / a |
Diffstat (limited to 'tools')
-rw-r--r--tools/h5diff/h5diff_common.c2
-rw-r--r--tools/testfiles/h5diff_10.txt2
-rw-r--r--tools/testfiles/h5diff_600.txt2
-rw-r--r--tools/testfiles/h5diff_601.txt2
-rw-r--r--tools/testfiles/h5diff_602.txt2
-rw-r--r--tools/testfiles/h5diff_603.txt2
-rw-r--r--tools/testfiles/h5diff_604.txt2
-rw-r--r--tools/testfiles/h5diff_605.txt2
-rw-r--r--tools/testfiles/h5diff_606.txt2
-rw-r--r--tools/testfiles/h5diff_611.txt2
-rw-r--r--tools/testfiles/h5diff_612.txt2
-rw-r--r--tools/testfiles/h5diff_613.txt2
-rw-r--r--tools/testfiles/h5diff_614.txt2
-rw-r--r--tools/testfiles/h5diff_615.txt2
-rw-r--r--tools/testfiles/h5diff_620.txt2
-rw-r--r--tools/testfiles/h5diff_621.txt2
-rw-r--r--tools/testfiles/h5diff_622.txt2
-rw-r--r--tools/testfiles/h5diff_623.txt2
-rw-r--r--tools/testfiles/h5diff_624.txt2
19 files changed, 19 insertions, 19 deletions
diff --git a/tools/h5diff/h5diff_common.c b/tools/h5diff/h5diff_common.c
index 7133005..42a1943 100644
--- a/tools/h5diff/h5diff_common.c
+++ b/tools/h5diff/h5diff_common.c
@@ -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");
diff --git a/tools/testfiles/h5diff_10.txt b/tools/testfiles/h5diff_10.txt
index d606468..6ac2278 100644
--- a/tools/testfiles/h5diff_10.txt
+++ b/tools/testfiles/h5diff_10.txt
@@ -21,7 +21,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_600.txt b/tools/testfiles/h5diff_600.txt
index dd8b0a7..0badd87 100644
--- a/tools/testfiles/h5diff_600.txt
+++ b/tools/testfiles/h5diff_600.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_601.txt b/tools/testfiles/h5diff_601.txt
index fb24f59..8829952 100644
--- a/tools/testfiles/h5diff_601.txt
+++ b/tools/testfiles/h5diff_601.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_602.txt b/tools/testfiles/h5diff_602.txt
index fc41985..2735234 100644
--- a/tools/testfiles/h5diff_602.txt
+++ b/tools/testfiles/h5diff_602.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_603.txt b/tools/testfiles/h5diff_603.txt
index a271c90..8258399 100644
--- a/tools/testfiles/h5diff_603.txt
+++ b/tools/testfiles/h5diff_603.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_604.txt b/tools/testfiles/h5diff_604.txt
index 9962a8e..5ef0136 100644
--- a/tools/testfiles/h5diff_604.txt
+++ b/tools/testfiles/h5diff_604.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_605.txt b/tools/testfiles/h5diff_605.txt
index d59a88b..ddf183b 100644
--- a/tools/testfiles/h5diff_605.txt
+++ b/tools/testfiles/h5diff_605.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_606.txt b/tools/testfiles/h5diff_606.txt
index aa5a967..aa60e9a 100644
--- a/tools/testfiles/h5diff_606.txt
+++ b/tools/testfiles/h5diff_606.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_611.txt b/tools/testfiles/h5diff_611.txt
index e52dadb..6e6dd93 100644
--- a/tools/testfiles/h5diff_611.txt
+++ b/tools/testfiles/h5diff_611.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_612.txt b/tools/testfiles/h5diff_612.txt
index e08f365..73dfdde 100644
--- a/tools/testfiles/h5diff_612.txt
+++ b/tools/testfiles/h5diff_612.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_613.txt b/tools/testfiles/h5diff_613.txt
index 1aaa7a3..5446bb9 100644
--- a/tools/testfiles/h5diff_613.txt
+++ b/tools/testfiles/h5diff_613.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_614.txt b/tools/testfiles/h5diff_614.txt
index 67198cd..6b7a1da 100644
--- a/tools/testfiles/h5diff_614.txt
+++ b/tools/testfiles/h5diff_614.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_615.txt b/tools/testfiles/h5diff_615.txt
index f36420b..e24d820 100644
--- a/tools/testfiles/h5diff_615.txt
+++ b/tools/testfiles/h5diff_615.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_620.txt b/tools/testfiles/h5diff_620.txt
index 4588139..b7f1ed5 100644
--- a/tools/testfiles/h5diff_620.txt
+++ b/tools/testfiles/h5diff_620.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_621.txt b/tools/testfiles/h5diff_621.txt
index 9e41bac..c6d8f06 100644
--- a/tools/testfiles/h5diff_621.txt
+++ b/tools/testfiles/h5diff_621.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_622.txt b/tools/testfiles/h5diff_622.txt
index 9e02352..3db0705 100644
--- a/tools/testfiles/h5diff_622.txt
+++ b/tools/testfiles/h5diff_622.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_623.txt b/tools/testfiles/h5diff_623.txt
index 2a82cf5..38579cc 100644
--- a/tools/testfiles/h5diff_623.txt
+++ b/tools/testfiles/h5diff_623.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured
diff --git a/tools/testfiles/h5diff_624.txt b/tools/testfiles/h5diff_624.txt
index d6b3fd2..a6776b4 100644
--- a/tools/testfiles/h5diff_624.txt
+++ b/tools/testfiles/h5diff_624.txt
@@ -22,7 +22,7 @@ Items in [] are optional
The 'count' value must be a positive integer
The 'delta' and 'relative' values must be positive numbers
The -d compare criteria is |a - b| > delta
-The -p compare criteria is |1 - b/a| > relative
+The -p compare criteria is |(b-a)/a| > relative
h5diff has four modes of output:
Normal mode: print the number of differences found and where they occured