diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-19 20:13:56 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-19 20:13:56 (GMT) |
commit | 46fab6941698d1e8f8c68cf124bc680dee11f0d4 (patch) | |
tree | 47dc1aba44d08164c8f54c21a92bcb126062902d /tools/h5diff | |
parent | 78898b38c0c8e33a6b9f3af95a7d706ae8c54dcd (diff) | |
download | hdf5-46fab6941698d1e8f8c68cf124bc680dee11f0d4.zip hdf5-46fab6941698d1e8f8c68cf124bc680dee11f0d4.tar.gz hdf5-46fab6941698d1e8f8c68cf124bc680dee11f0d4.tar.bz2 |
[svn-r14268] enhancement: commnents and correct syntax for h5repack options
tested: linux
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/h5diff_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c index 06d4d11..54a075f 100644 --- a/tools/h5diff/h5diff_main.c +++ b/tools/h5diff/h5diff_main.c @@ -58,6 +58,9 @@ * Inclusion of a relative error formula to compare floating * point numbers in order to deal with floating point uncertainty. * Printing of dataset dimensions along with dataset name + * + * November 19, 2007 + * adopted the syntax h5diff [OPTIONS] file1 file2 [obj1[obj2]] * *------------------------------------------------------------------------- */ |