diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-09-20 18:56:59 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-09-20 18:56:59 (GMT) |
commit | 8d7dbd9dc1d33990028bbf00a3424545d8e06033 (patch) | |
tree | 0ba22d8e83883d18c61adff8d0deb45dc4cd5a6b /tools/h5diff | |
parent | 52b811cc98d2dd726a90ce0875f4d971fff72e17 (diff) | |
download | hdf5-8d7dbd9dc1d33990028bbf00a3424545d8e06033.zip hdf5-8d7dbd9dc1d33990028bbf00a3424545d8e06033.tar.gz hdf5-8d7dbd9dc1d33990028bbf00a3424545d8e06033.tar.bz2 |
[svn-r11445] Purpose:
h5diff new feature
Description:
a user asked for the message
"Some objects are not comparable"
to be more noticeable
Solution:
--------------------------------
Some objects are not comparable
--------------------------------
Platforms tested:
linux
Misc. update:
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/h5diff_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5diff/h5diff_common.c b/tools/h5diff/h5diff_common.c index 11fba7c..9210d40 100644 --- a/tools/h5diff/h5diff_common.c +++ b/tools/h5diff/h5diff_common.c @@ -194,7 +194,9 @@ void parse_input(int argc, const char* argv[], const char** fname1, const char** if (options->not_cmp==1) { + printf("--------------------------------\n"); printf("Some objects are not comparable\n"); + printf("--------------------------------\n"); if (!options->m_verbose) printf("Use -v for a list of objects.\n"); } |