summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_make.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-12-30 17:01:30 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-12-30 17:01:30 (GMT)
commit95da5842dfd4caaca02460a6ff1ffa22b8b9a312 (patch)
tree8c79bb560360fb52ff9de3e6ef5e27a3909d0f2e /tools/h5repack/testh5repack_make.c
parentbe59bde1f8b9c75aa04482ac46e31fa6fac3c250 (diff)
downloadhdf5-95da5842dfd4caaca02460a6ff1ffa22b8b9a312.zip
hdf5-95da5842dfd4caaca02460a6ff1ffa22b8b9a312.tar.gz
hdf5-95da5842dfd4caaca02460a6ff1ffa22b8b9a312.tar.bz2
[svn-r7996] Purpose:
h5repack new features Description: added support for shuffle and checksum filters Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/h5repack/testh5repack_make.c')
-rw-r--r--tools/h5repack/testh5repack_make.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/h5repack/testh5repack_make.c b/tools/h5repack/testh5repack_make.c
index 34d3029..9d3fb3f 100644
--- a/tools/h5repack/testh5repack_make.c
+++ b/tools/h5repack/testh5repack_make.c
@@ -274,20 +274,6 @@ int make_special_objects(hid_t loc_id)
if ((group3_id = H5Gcreate(group2_id,"g3",0))<0)
return -1;
- /*
- H5Glink2(curr_loc_id, current_name, link_type, new_loc_id, new_name )
- hid_t curr_loc_id
- IN: The file or group identifier for the original object.
- const char * current_name
- IN: Name of the existing object if link is a hard link.
- H5G_link_t link_type
- IN: Link type. Possible values are H5G_LINK_HARD and H5G_LINK_SOFT.
- hid_t new_loc_id
- IN: The file or group identifier for the new link.
- const char * new_name
- IN: New name for the object.
- */
-
if (H5Glink2(loc_id, "g1", H5G_LINK_HARD, group2_id, "link1 to g1")<0)
return -1;
if (H5Glink2(group1_id, "g2", H5G_LINK_HARD, group3_id, "link1 to g2")<0)