summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_main.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-08 21:34:21 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-08 21:34:21 (GMT)
commit50c658d66d015d3630e46b6b30bcf5c67613cf8a (patch)
tree26a6f86fda7cd5fedd80833fcf62d518e5f470af /tools/h5repack/h5repack_main.c
parent89cca34b9763e12a73a86164306d5ffbede28f64 (diff)
downloadhdf5-50c658d66d015d3630e46b6b30bcf5c67613cf8a.zip
hdf5-50c658d66d015d3630e46b6b30bcf5c67613cf8a.tar.gz
hdf5-50c658d66d015d3630e46b6b30bcf5c67613cf8a.tar.bz2
[svn-r12884]
h5repack support for H5Ocopy in the copy of objects. The old method for recreating references was dropped (references recreated in a second traversal of the file) The logic for using H5Ocopy or not is if the input DCPL has filters or non default layout OR these are requested by the user THEN use the old h5repack read / write ELSE use H5Ocopy
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r--tools/h5repack/h5repack_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c
index 1d2ec98..5a0f8d6 100644
--- a/tools/h5repack/h5repack_main.c
+++ b/tools/h5repack/h5repack_main.c
@@ -106,10 +106,6 @@ void usage(void)
printf("\n");
}
-
-
-
-
/*-------------------------------------------------------------------------
* Function: main
*