summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_make.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-08-24 19:33:58 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-08-24 19:33:58 (GMT)
commita30cbd63b0423a7e63cedf4902df0a6ddd4c8ddb (patch)
tree6e3cf6d80c7db16c18128c25e606185e15cbe8b4 /tools/h5repack/testh5repack_make.c
parent644f9c0c98e58eab621d41bf8c59394e6ed64355 (diff)
downloadhdf5-a30cbd63b0423a7e63cedf4902df0a6ddd4c8ddb.zip
hdf5-a30cbd63b0423a7e63cedf4902df0a6ddd4c8ddb.tar.gz
hdf5-a30cbd63b0423a7e63cedf4902df0a6ddd4c8ddb.tar.bz2
[svn-r9146] Purpose:
h5repack test Description: modified a test file generation contents, for more easy debugging (generated just one reference dataset and one region reference ) Solution: Platforms tested: linux aix solaris Misc. update:
Diffstat (limited to 'tools/h5repack/testh5repack_make.c')
-rw-r--r--tools/h5repack/testh5repack_make.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/h5repack/testh5repack_make.c b/tools/h5repack/testh5repack_make.c
index fe8a626..3cf7c11 100644
--- a/tools/h5repack/testh5repack_make.c
+++ b/tools/h5repack/testh5repack_make.c
@@ -233,13 +233,11 @@ int make_all_objects(hid_t loc_id)
H5Glink(loc_id, H5G_LINK_SOFT, "dset", "link");
/*-------------------------------------------------------------------------
- * write a series of datasetes on the group, and root group
+ * write a series of datasetes
*-------------------------------------------------------------------------
*/
write_dset_in(root_id,"dset_referenced",loc_id,0);
- write_dset_in(group_id,"dset_referenced",loc_id,0);
-
/* Close */
H5Dclose(dset_id);
@@ -984,4 +982,5 @@ int make_fill(hid_t loc_id)
return 0;
-} \ No newline at end of file
+}
+