diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-09-16 19:42:51 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-09-16 19:42:51 (GMT) |
commit | 54e35b67cf0055dc1a0240cfc7079fa1c4d6bfc2 (patch) | |
tree | cccfa113e3525212bc7d73dddbc30b8b6ed1f9c9 /tools/h5repack/h5repack_refs.c | |
parent | 60534aa268e185344718f10077c38e1fc75ad8be (diff) | |
download | hdf5-54e35b67cf0055dc1a0240cfc7079fa1c4d6bfc2.zip hdf5-54e35b67cf0055dc1a0240cfc7079fa1c4d6bfc2.tar.gz hdf5-54e35b67cf0055dc1a0240cfc7079fa1c4d6bfc2.tar.bz2 |
[svn-r15634] Add a default user block size of 1024 when none is given
Tested: windows, linux
Diffstat (limited to 'tools/h5repack/h5repack_refs.c')
-rw-r--r-- | tools/h5repack/h5repack_refs.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_refs.c b/tools/h5repack/h5repack_refs.c index af29e87..82e8250 100644 --- a/tools/h5repack/h5repack_refs.c +++ b/tools/h5repack/h5repack_refs.c @@ -193,7 +193,8 @@ int do_copy_refobjs(hid_t fidin, goto error; if(options->verbose) { - + + printf(FORMAT_OBJ,"dset",travt->objs[i].name ); printf("object <%s> object reference created to <%s>\n", travt->objs[i].name, @@ -276,7 +277,9 @@ int do_copy_refobjs(hid_t fidin, goto error; if(options->verbose) { - + + + printf(FORMAT_OBJ,"dset",travt->objs[i].name ); printf("object <%s> region reference created to <%s>\n", travt->objs[i].name, |