summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-01-14 16:31:52 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-01-14 16:31:52 (GMT)
commitd496a1c71536ab7ceeff60256c9c0bdf00c4f941 (patch)
tree0d48ac69f38e8d000beea1b41927993db73b73ab /tools/lib/h5diff.h
parent98d4ba5d8a6fcb80fdf02517e48c4d6b19b1b122 (diff)
downloadhdf5-d496a1c71536ab7ceeff60256c9c0bdf00c4f941.zip
hdf5-d496a1c71536ab7ceeff60256c9c0bdf00c4f941.tar.gz
hdf5-d496a1c71536ab7ceeff60256c9c0bdf00c4f941.tar.bz2
[svn-r16312] merge 16300
Added an option to avoid dealing with NaNs -N, --nan Avoid NaNs detection Note: there is no shell script run for datasets with NaN because the output is non portable (different results and NaN strings for different systems) Tested: windows, linux
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r--tools/lib/h5diff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h
index 430ee65..3a50c86 100644
--- a/tools/lib/h5diff.h
+++ b/tools/lib/h5diff.h
@@ -38,6 +38,7 @@ typedef struct {
int cmn_objs; /* do we have comparable objects */
int not_cmp; /* are the objects comparable */
int contents; /* equal contents */
+ int do_nans; /* consider Nans while diffing floats */
} diff_opt_t;