[svn-r18425] Purpose:

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

Description:
    handles object reference to named-datatype as well.
    Add test cases.

Tested:
    jam, amani, linew
This commit is contained in:
Jonathan Kim
2010-03-18 16:38:09 -05:00
parent bcd6c3f7cc
commit 8c9b42fcf3
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;
}