diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2015-06-18 15:38:29 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2015-06-18 15:38:29 (GMT) |
commit | 524d0abc13958d5376ecc963b8a4c0bfd1d88cc4 (patch) | |
tree | 3daba2916bc6249adf5b68c59360634df93bf747 /tools/misc | |
parent | 287b1fe70f219ab383d61672afc654eba6a792ce (diff) | |
download | hdf5-524d0abc13958d5376ecc963b8a4c0bfd1d88cc4.zip hdf5-524d0abc13958d5376ecc963b8a4c0bfd1d88cc4.tar.gz hdf5-524d0abc13958d5376ecc963b8a4c0bfd1d88cc4.tar.bz2 |
[svn-r27241] Bring revisions #27058 - #27072 from trunk to revise_chunks. h5committested.
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/h5debug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/misc/h5debug.c b/tools/misc/h5debug.c index 01ad24e..ffaa5a5 100644 --- a/tools/misc/h5debug.c +++ b/tools/misc/h5debug.c @@ -425,7 +425,7 @@ main(int argc, char *argv[]) HDexit(4); } - status = H5B2_hdr_debug(f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, cls, (haddr_t)extra); + status = H5B2__hdr_debug(f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, cls, (haddr_t)extra); } else if(!HDmemcmp(sig, H5B2_INT_MAGIC, (size_t)H5_SIZEOF_MAGIC)) { /* @@ -452,7 +452,7 @@ main(int argc, char *argv[]) HDexit(4); } /* end if */ - status = H5B2_int_debug(f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, cls, extra, (unsigned)extra2, (unsigned)extra3, (haddr_t)extra4); + status = H5B2__int_debug(f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, cls, extra, (unsigned)extra2, (unsigned)extra3, (haddr_t)extra4); } else if(!HDmemcmp(sig, H5B2_LEAF_MAGIC, (size_t)H5_SIZEOF_MAGIC)) { /* @@ -477,7 +477,7 @@ main(int argc, char *argv[]) HDexit(4); } /* end if */ - status = H5B2_leaf_debug(f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, cls, extra, (unsigned)extra2, (haddr_t)extra3); + status = H5B2__leaf_debug(f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, cls, extra, (unsigned)extra2, (haddr_t)extra3); } else if(!HDmemcmp(sig, H5HF_HDR_MAGIC, (size_t)H5_SIZEOF_MAGIC)) { /* |