diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-08-07 13:09:35 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-08-07 13:09:35 (GMT) |
commit | c3bdc280620f4452207253904368c113029e5da8 (patch) | |
tree | 7577393b1b25ddc351115a3ed1a569578bf3d223 /tools/lib | |
parent | 35fcfd37d4ff7609dfde24452487038296f12cdc (diff) | |
download | hdf5-c3bdc280620f4452207253904368c113029e5da8.zip hdf5-c3bdc280620f4452207253904368c113029e5da8.tar.gz hdf5-c3bdc280620f4452207253904368c113029e5da8.tar.bz2 |
[svn-r15445] added some comments
tested: windows, linux
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index 503affe..25e5f83 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -347,9 +347,17 @@ out: * * Date: May 9, 2003 * - * Modifications: Jan 2005 Leon Arber, larber@uiuc.edu + * Modifications: + * + * Jan 2005 Leon Arber, larber@uiuc.edu * Added support for parallel diffing * + * Aug 2008 Pedro Vicente, pvn@hdfgroup.org + * Added a "contents" mode check. + * If this mode is present, objects in both files must match (must be exactly the same) + * If this does not happen, the tool returns an error code of 1 + * (instead of the success code of 0) + * *------------------------------------------------------------------------- */ hsize_t diff_match(hid_t file1_id, |