summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_main.c
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-07-08 15:53:10 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-07-08 15:53:10 (GMT)
commita3bf96ec3c0bd8e684e0c66e1bd6b92b509d0228 (patch)
treee8e9f5630993a961b6939093730946b4efd6e7d3 /tools/h5diff/h5diff_main.c
parent415d817ce6805f2c397f8c9d99b60ac418faf51a (diff)
downloadhdf5-a3bf96ec3c0bd8e684e0c66e1bd6b92b509d0228.zip
hdf5-a3bf96ec3c0bd8e684e0c66e1bd6b92b509d0228.tar.gz
hdf5-a3bf96ec3c0bd8e684e0c66e1bd6b92b509d0228.tar.bz2
[svn-r21077] Purpose:
Work for HDFFV-7600 - GMQS: h5diff - argument options -d, -p and --use-system-epsilon should be mutually exclusive. Description: Merge from HDF5 trunk r21072. Fixed h5diff to display instructive error message and exit with 1 when mutually exclusive options (-d, -p and --use-system-epsilon) are used together. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r--tools/h5diff/h5diff_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c
index 297eb48..5113d3f 100644
--- a/tools/h5diff/h5diff_main.c
+++ b/tools/h5diff/h5diff_main.c
@@ -20,8 +20,6 @@
#include "h5diff_common.h"
#include "h5tools_utils.h"
-/* Name of tool */
-#define PROGRAMNAME "h5diff"
/*-------------------------------------------------------------------------
* Function: main