diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-15 14:36:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-15 14:36:27 (GMT) |
commit | 876badec3f143c1ca90f240c02e09e54b1b20608 (patch) | |
tree | 482b5859f061f4a1bbe8e6d52989e2ee34a9d16f /src/H5G.c | |
parent | 2339599b7c98ac329e7baa28b6d657e98771d768 (diff) | |
download | hdf5-876badec3f143c1ca90f240c02e09e54b1b20608.zip hdf5-876badec3f143c1ca90f240c02e09e54b1b20608.tar.gz hdf5-876badec3f143c1ca90f240c02e09e54b1b20608.tar.bz2 |
[svn-r30] Intermediate checkin of (non-working) dataset code to allow for source code
rearrangement.
Diffstat (limited to 'src/H5G.c')
-rw-r--r-- | src/H5G.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -331,6 +331,7 @@ H5G_mkroot (hdf5_file_t *f, size_t size_hint) } H5O_reset (H5O_NAME, &name); } + f->root_type=H5F_ROOT_DIRECTORY; /* set the root symbol type be a directory */ FUNC_LEAVE (SUCCEED); } |