diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-25 15:49:26 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-25 15:49:26 (GMT) |
commit | c439d91f811d91df590996cff2d3162c541bb1cf (patch) | |
tree | 2f4d529d110b2cb54bacc823795a38a5fa8bd137 /tools/lib/h5diff.h | |
parent | afcf6b7608a2468a6d5b01bad23d427312cf45ae (diff) | |
download | hdf5-c439d91f811d91df590996cff2d3162c541bb1cf.zip hdf5-c439d91f811d91df590996cff2d3162c541bb1cf.tar.gz hdf5-c439d91f811d91df590996cff2d3162c541bb1cf.tar.bz2 |
[svn-r12678] bug fix
the number of atribute differences was not added to the total sum of
differences
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r-- | tools/lib/h5diff.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h index 7320a63..a01684d 100644 --- a/tools/lib/h5diff.h +++ b/tools/lib/h5diff.h @@ -138,12 +138,13 @@ int diff_can_type( hid_t f_type1, /* file data type */ diff_opt_t *options ); -int diff_attr(hid_t loc1_id, - hid_t loc2_id, - const char *path1, - const char *path2, - diff_opt_t *options - ); +hsize_t +diff_attr(hid_t loc1_id, + hid_t loc2_id, + const char *path1, + const char *path2, + diff_opt_t *options + ); /*------------------------------------------------------------------------- |