diff options
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, |