diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-19 20:21:09 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-19 20:21:09 (GMT) |
commit | 5af701a32e57a90c8fad407b57486b4f08384047 (patch) | |
tree | b0e11e715078f83e795dc9aaa470bd5f0d23b98b /tools/lib/h5diff_attr.c | |
parent | 6e2d2bc64104796cea9d9183ed4cb9e7695862f4 (diff) | |
download | hdf5-5af701a32e57a90c8fad407b57486b4f08384047.zip hdf5-5af701a32e57a90c8fad407b57486b4f08384047.tar.gz hdf5-5af701a32e57a90c8fad407b57486b4f08384047.tar.bz2 |
[svn-r13334] Added a new function to print the dimensions sizes
Diffstat (limited to 'tools/lib/h5diff_attr.c')
-rw-r--r-- | tools/lib/h5diff_attr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5diff_attr.c b/tools/lib/h5diff_attr.c index e10a023..346d64f 100644 --- a/tools/lib/h5diff_attr.c +++ b/tools/lib/h5diff_attr.c @@ -200,7 +200,7 @@ int diff_attr(hid_t loc1_id, /* always print name */ if (options->m_verbose) { - parallel_print( "Attribute: <%s> and <%s>\n",np1,np2); + do_print_objname ("attribute", np1, np2); nfound = diff_array(buf1, buf2, nelmts1, @@ -239,7 +239,7 @@ int diff_attr(hid_t loc1_id, options->m_quiet=0; if (nfound) { - parallel_print( "Attribute: <%s> and <%s>\n",np1,np2); + do_print_objname ("attribute", np1, np2); nfound = diff_array(buf1, buf2, nelmts1, |