diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-03-18 21:38:09 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-03-18 21:38:09 (GMT) |
commit | 8c9b42fcf3d5077414e860e701d53bf61d0d99cd (patch) | |
tree | 7538f5eb2d9ccfb10beec1e57ff0d7b85c6cb13a /tools/lib | |
parent | bcd6c3f7cca0b5cb888132f8d24230c15d03d5d0 (diff) | |
download | hdf5-8c9b42fcf3d5077414e860e701d53bf61d0d99cd.zip hdf5-8c9b42fcf3d5077414e860e701d53bf61d0d99cd.tar.gz hdf5-8c9b42fcf3d5077414e860e701d53bf61d0d99cd.tar.bz2 |
[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
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff_array.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c index 6572594..48e08a5 100644 --- a/tools/lib/h5diff_array.c +++ b/tools/lib/h5diff_array.c @@ -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; } |