summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_main.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-26 18:21:41 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-26 18:21:41 (GMT)
commit4f42fade57fa21f6ba913102ec9a8d57f6f387de (patch)
tree985b8fafeb58f6c0e0df42e859402a0f91dc157a /tools/h5diff/h5diff_main.c
parente0ae782d2790610af17d11e30a5bd32a9bac7704 (diff)
downloadhdf5-4f42fade57fa21f6ba913102ec9a8d57f6f387de.zip
hdf5-4f42fade57fa21f6ba913102ec9a8d57f6f387de.tar.gz
hdf5-4f42fade57fa21f6ba913102ec9a8d57f6f387de.tar.bz2
[svn-r13391] code cleaning and formated usage message
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r--tools/h5diff/h5diff_main.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c
index 0dfd192..13059f2 100644
--- a/tools/h5diff/h5diff_main.c
+++ b/tools/h5diff/h5diff_main.c
@@ -46,6 +46,19 @@
* h5diff and ph5diff split into two files, one that is used
* to build a serial h5diff and one used to build a parallel h5diff
* Common functions have been moved to h5diff_common.c
+ *
+ * October 2005
+ * Introduced a new field 'not_cmp' to 'diff_opt_t' that detects
+ * if some objects are not comparable and prints the message
+ * "Some objects are not comparable"
+ *
+ * February 2007
+ * Added comparison for dataset regions.
+ * Added support for reading and comparing by hyperslabs for large files.
+ * 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
+ *
*-------------------------------------------------------------------------
*/
@@ -64,7 +77,7 @@ int main(int argc, const char *argv[])
nfound = h5diff(fname1,fname2,objname1,objname2,&options);
- print_results(&options);
+ print_info(&options);
/*-------------------------------------------------------------------------
* exit code