mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r16964] bug fix: the phrase "Not comparable" was not being printed for the case of different classes
tested: windows, linux
This commit is contained in:
parent
4a7834b7c7
commit
b75740341f
@ -1,2 +1,2 @@
|
|||||||
</g2/dset2> is of class H5T_FLOAT and </g2/dset3> is of class H5T_INTEGER
|
Not comparable: </g2/dset2> is of class H5T_FLOAT and </g2/dset3> is of class H5T_INTEGER
|
||||||
Not comparable: </g2/dset2> has sign H5T_SGN_ERROR and </g2/dset3> has sign H5T_SGN_2
|
Not comparable: </g2/dset2> has sign H5T_SGN_ERROR and </g2/dset3> has sign H5T_SGN_2
|
||||||
|
@ -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),
|
obj1_name, get_class(tclass1),
|
||||||
obj2_name, get_class(tclass2) );
|
obj2_name, get_class(tclass2) );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user