[svn-r18427] Purpose:

Fix for bug1814 - NPOESS: h5repack doesn't handle references to the groups 
    as an element of a dataset 

Description:
    Merged from hdf5 trunk r18425
    handles object reference to named-datatype as well.
    Add test cases.

Tested:
    jam
This commit is contained in:
Jonathan Kim
2010-03-18 17:31:00 -05:00
parent a8bd5d03e9
commit 8438c335ed
6 changed files with 342 additions and 6 deletions

View File

@@ -747,7 +747,8 @@ hsize_t diff_datum(void *_mem1,
NULL,
options);
else {
parallel_print("Warning: Comparison not possible of object types referenced: <%s> and <%s>",
if(options->m_verbose)
parallel_print("Warning: Comparison not possible of object types referenced: <%s> and <%s>\n",
obj1, obj2);
options->not_cmp = 1;
}