summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_dset.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-05-21 19:29:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-05-21 19:29:40 (GMT)
commit55fbd675c64c387609b7f7d7d200766348287774 (patch)
tree8502acd2b3cf5ad7968012962fdbd175ee217457 /tools/lib/h5diff_dset.c
parent38e7d9044217414d1d09a32e226e3e8dcfd1e977 (diff)
downloadhdf5-55fbd675c64c387609b7f7d7d200766348287774.zip
hdf5-55fbd675c64c387609b7f7d7d200766348287774.tar.gz
hdf5-55fbd675c64c387609b7f7d7d200766348287774.tar.bz2
[svn-r16976] Description:
Merge r16960:16975 from trunk into revise_chunks branch. Tested on: Mac OS X/32 10.5.7 (amazon) (h5committest not required on this branch)
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) );