summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testfiles/h5diff_606.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-04-04 04:35:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-04-04 04:35:33 (GMT)
commitd6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6 (patch)
treeb579914f65ecd6652ba7f7be74b25881672f7f41 /tools/h5diff/testfiles/h5diff_606.txt
parentf4e7559bd2d8bbd59535cbcafab78e162a6bffb6 (diff)
downloadhdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.zip
hdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.tar.gz
hdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.tar.bz2
[svn-r20408] Description:
Bring r20382:20407 from trunk to revise_chunks branch. Tested on: Linux/32 2.6 (chicago) w/C++
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_606.txt')
-rw-r--r--tools/h5diff/testfiles/h5diff_606.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/tools/h5diff/testfiles/h5diff_606.txt b/tools/h5diff/testfiles/h5diff_606.txt
index 705ae3e..110986a 100644
--- a/tools/h5diff/testfiles/h5diff_606.txt
+++ b/tools/h5diff/testfiles/h5diff_606.txt
@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
- --use-system-epsilon Print difference if (|a-b| > EPSILON),
- where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
- system epsilon value.
- If the system epsilon is not defined, use the value
- below:
+ --use-system-epsilon Print difference if (|a-b| > EPSILON), EPSILON is
+ a system epsilon value.
+ The system epsilon values are defined as below:
FLT_EPSILON = 1.19209E-07 for float
DBL_EPSILON = 2.22045E-16 for double
- -d, -p, and --use-system-epsilon options are used for
- comparing floating point values.
- By default, strict equality is used. Use -p or -d to
- set specific tolerance.
--exclude-path "path" Exclude the specified path to an object when
comparing files or groups. If a group is excluded,
all member objects will also be excluded.