diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-04 15:31:05 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-04 15:31:05 (GMT) |
commit | 967a04fdec8aa15d93978cd201cd4ba0a583d6e2 (patch) | |
tree | 0db04bdb3c56abf4766a3324516ad033034b69a7 /tools/h5diff/h5diff_main.c | |
parent | e4e37e6d4aed05c4d6358907dc71470194310f42 (diff) | |
download | hdf5-967a04fdec8aa15d93978cd201cd4ba0a583d6e2.zip hdf5-967a04fdec8aa15d93978cd201cd4ba0a583d6e2.tar.gz hdf5-967a04fdec8aa15d93978cd201cd4ba0a583d6e2.tar.bz2 |
[svn-r7912] Purpose:
code clean, bug fix
Description:
the attributes of the root group were not being compared
removed compiler warnings on IRIX and solaris
Solution:
added a special function to compare the attributes of the root group
Platforms tested:
linux
IRIX 6.5
solaris 2.7
Misc. update:
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r-- | tools/h5diff/h5diff_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c index 0fb0576..f0b7bf5 100644 --- a/tools/h5diff/h5diff_main.c +++ b/tools/h5diff/h5diff_main.c @@ -103,7 +103,6 @@ int main(int argc, const char *argv[]) case 'v': options.verbose = 1; break; - break; case 'r': options.r = 1; break; |