diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-27 18:55:33 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-27 18:55:33 (GMT) |
commit | 24abd275236a54a8368bee4ea17e1d6faa61780a (patch) | |
tree | faf280414424d4233557513c9dc81af4bbb925be /tools/testfiles | |
parent | 7e328ad37c0cc4b63f800f4a1b24dd559ae6904a (diff) | |
download | hdf5-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/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_10.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_600.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_601.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_602.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_603.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_604.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_605.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_606.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_611.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_612.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_613.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_614.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_615.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_620.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_621.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_622.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_623.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_624.txt | 2 |
18 files changed, 18 insertions, 18 deletions
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 |