summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_obj_open.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-05-04 17:26:32 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-05-04 17:26:32 (GMT)
commit9035f351cd0f500c9a85fd70bd922cf1d9a625ce (patch)
treef93e206ab20c31b1562ddd37b9123712bd91cb6f /examples/h5dsm_obj_open.c
parentb2fe54787932d744422a10c84dbbab18ed90216e (diff)
downloadhdf5-9035f351cd0f500c9a85fd70bd922cf1d9a625ce.zip
hdf5-9035f351cd0f500c9a85fd70bd922cf1d9a625ce.tar.gz
hdf5-9035f351cd0f500c9a85fd70bd922cf1d9a625ce.tar.bz2
Implement H5Oget_info. Fix bugs in H5Oopen_by_addr and H5Oopen. Add
h5dsm_obj_info and h5dsm_obj_open_addr examples. Other minor fixes/cleanup.
Diffstat (limited to 'examples/h5dsm_obj_open.c')
-rw-r--r--examples/h5dsm_obj_open.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/h5dsm_obj_open.c b/examples/h5dsm_obj_open.c
index 05716d4..af9acc3 100644
--- a/examples/h5dsm_obj_open.c
+++ b/examples/h5dsm_obj_open.c
@@ -6,7 +6,6 @@ int main(int argc, char *argv[]) {
hid_t file = -1, obj = -1, fapl = -1;
H5I_type_t obj_type;
char *obj_str = NULL;
- hsize_t dims[1] = {1};
H5VL_daosm_snap_id_t snap_id;
(void)MPI_Init(&argc, &argv);