summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-16 16:00:37 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-16 16:00:37 (GMT)
commit12e3697d798113c7f18a7d70abe9bcd1bb002cae (patch)
tree688c3492a907ba74873d424316573a6e542839c5 /tools/lib/h5diff.c
parentb195e33d3ffa08b87af68f49f69e535cc13398d1 (diff)
downloadhdf5-12e3697d798113c7f18a7d70abe9bcd1bb002cae.zip
hdf5-12e3697d798113c7f18a7d70abe9bcd1bb002cae.tar.gz
hdf5-12e3697d798113c7f18a7d70abe9bcd1bb002cae.tar.bz2
[svn-r15889] When comparing individual objects the file graph is not currently compared, so make h5diff return 0 (no diffrences)
Tested: windows, linux
Diffstat (limited to 'tools/lib/h5diff.c')
-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 bfd580d..5669945 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -446,10 +446,7 @@ hsize_t diff_match(hid_t file1_id,
* in file1 must be the same as in file2
*-------------------------------------------------------------------------
*/
-
- /* assume equal contents initially */
- options->contents = 1;
-
+
/* number of different objects */
if ( info1->nused != info2->nused )
{