summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_make.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-08-24 19:18:40 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-08-24 19:18:40 (GMT)
commitd07edb21233b579617ebbf0a1e4e28098a0f0631 (patch)
tree6d490664dacaf95242efcca0e14b868d9111f85c /tools/h5repack/testh5repack_make.c
parent6a9e054486a4d611bc9e25e3ab3c89fc658ed3b8 (diff)
downloadhdf5-d07edb21233b579617ebbf0a1e4e28098a0f0631.zip
hdf5-d07edb21233b579617ebbf0a1e4e28098a0f0631.tar.gz
hdf5-d07edb21233b579617ebbf0a1e4e28098a0f0631.tar.bz2
[svn-r9145] Purpose:
h5repack tests Description: modified a test file generation contents, for more easy debugging (generated just one reference dataset and one region reference ) Solution: Platforms tested: linux solaris aix 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
+}
+