summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_dset.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-05-20 14:07:22 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-05-20 14:07:22 (GMT)
commitb75740341f787f9a4c3ddadeb0668066084b465f (patch)
tree8a8ea38cf3afe1d06f9d59a993da6997fd47000f /tools/lib/h5diff_dset.c
parent4a7834b7c7ed5ed9d9429a0798ed4240d97637cc (diff)
downloadhdf5-b75740341f787f9a4c3ddadeb0668066084b465f.zip
hdf5-b75740341f787f9a4c3ddadeb0668066084b465f.tar.gz
hdf5-b75740341f787f9a4c3ddadeb0668066084b465f.tar.bz2
[svn-r16964] bug fix: the phrase "Not comparable" was not being printed for the case of different classes
tested: windows, linux
Diffstat (limited to 'tools/lib/h5diff_dset.c')
-rw-r--r--tools/lib/h5diff_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff_dset.c b/tools/lib/h5diff_dset.c
index 0f53192..bbfa351 100644
--- a/tools/lib/h5diff_dset.c
+++ b/tools/lib/h5diff_dset.c
@@ -708,7 +708,7 @@ int diff_can_type( hid_t f_tid1, /* file data type */
{
- parallel_print("<%s> is of class %s and <%s> is of class %s\n",
+ parallel_print("Not comparable: <%s> is of class %s and <%s> is of class %s\n",
obj1_name, get_class(tclass1),
obj2_name, get_class(tclass2) );