summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-16 16:05:27 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-16 16:05:27 (GMT)
commitdbc9e295f5ce8f85bb77e4694d6f9610ef958424 (patch)
tree13b4ad78a274bbbbb14d30962278a5cea3c479ac /tools
parentc85c4c84fa3d6bbfa6682f43e2c6b99c13b43089 (diff)
downloadhdf5-dbc9e295f5ce8f85bb77e4694d6f9610ef958424.zip
hdf5-dbc9e295f5ce8f85bb77e4694d6f9610ef958424.tar.gz
hdf5-dbc9e295f5ce8f85bb77e4694d6f9610ef958424.tar.bz2
[svn-r15890]
--Tring individual objects the file graph is not currently compared, so make h5diff return 0 (no diffrences) Tested: windows, linux his line, and those below, will be ignored-- M tools/lib/h5diff.c
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5diff.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index c91224e..2ec270c 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -340,10 +340,7 @@ hsize_t diff_match(hid_t file1_id,
* the number of objects
* in file1 must be the same as in file2
*-------------------------------------------------------------------------
- */
-
- /* assume equal contents initially */
- options->contents = 1;
+ */
/* number of different objects */
if ( nobjects1 != nobjects2 )