diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-17 20:00:46 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-17 20:00:46 (GMT) |
commit | 04e7a0ba36f017acde63ff48e98070233294719b (patch) | |
tree | 78a2ab5efdcfc1aff6cbdc4d0cf5a8f349e4fc99 /tools/h5repack/h5repacktst.c | |
parent | e215d22a79d497518040d74c1d1bd3fce34780cb (diff) | |
download | hdf5-04e7a0ba36f017acde63ff48e98070233294719b.zip hdf5-04e7a0ba36f017acde63ff48e98070233294719b.tar.gz hdf5-04e7a0ba36f017acde63ff48e98070233294719b.tar.bz2 |
[svn-r12936]
make h5repacktst clean a big file which name was changed to "h5repack_big_out.h5", do not use H5Ocopy only when the original DCPL has filters or a request is made for such, more code cleaning
Diffstat (limited to 'tools/h5repack/h5repacktst.c')
-rw-r--r-- | tools/h5repack/h5repacktst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c index df231aa..91cd215 100644 --- a/tools/h5repack/h5repacktst.c +++ b/tools/h5repack/h5repacktst.c @@ -64,7 +64,7 @@ const char *H5REPACK_FILENAMES[] = { - "test_bigout", + "h5repack_big_out", NULL }; |