diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-26 19:43:56 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-26 19:43:56 (GMT) |
commit | 6223a679ce610d98a7735c426c76162a3ecd34b1 (patch) | |
tree | 2520cb26ace7d6f6e4e9ab5698764162623d2a15 /tools/h5repack/testh5repack_make.c | |
parent | dd03ef3f27627a0f482bb847b23664879df736fc (diff) | |
download | hdf5-6223a679ce610d98a7735c426c76162a3ecd34b1.zip hdf5-6223a679ce610d98a7735c426c76162a3ecd34b1.tar.gz hdf5-6223a679ce610d98a7735c426c76162a3ecd34b1.tar.bz2 |
[svn-r8582] *** empty log message ***
Diffstat (limited to 'tools/h5repack/testh5repack_make.c')
-rw-r--r-- | tools/h5repack/testh5repack_make.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5repack/testh5repack_make.c b/tools/h5repack/testh5repack_make.c index c69abd9..2ab1e00 100644 --- a/tools/h5repack/testh5repack_make.c +++ b/tools/h5repack/testh5repack_make.c @@ -164,7 +164,7 @@ int make_all_objects(hid_t loc_id) write_dset_in(root_id,"dset_referenced",loc_id,0); write_dset_in(group_id,"dset_referenced",loc_id,0); - + write_null_dset(root_id); /* Close */ H5Dclose(dset_id); @@ -216,6 +216,7 @@ int make_attributes(hid_t loc_id) write_attr_in(dset_id,"dset",loc_id,0); write_attr_in(group_id,"dset",loc_id,0); write_attr_in(root_id,"dset",loc_id,0); + write_null_attr(root_id); /* Close */ H5Dclose(dset_id); |