diff options
Diffstat (limited to 'tools/lib/h5diff.c')
-rw-r--r-- | tools/lib/h5diff.c | 5 |
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 ) { |