summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-06-13 19:21:36 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-06-13 19:21:36 (GMT)
commitf62969a76ae019cc5109a0d8c7c5b48b8cb95080 (patch)
tree5ca22c7d4b57bfeab7c296d6bf9204ee385997e7 /src/H5F.c
parent7bebe91ccf05a80b883d2fd9780a35a3d62b4648 (diff)
parent18fbdebb977d7a4dbaa99ec6b153a49e3b4883d5 (diff)
downloadhdf5-f62969a76ae019cc5109a0d8c7c5b48b8cb95080.zip
hdf5-f62969a76ae019cc5109a0d8c7c5b48b8cb95080.tar.gz
hdf5-f62969a76ae019cc5109a0d8c7c5b48b8cb95080.tar.bz2
Merge pull request #1101 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vi_develop_normalize to develop
* commit '18fbdebb977d7a4dbaa99ec6b153a49e3b4883d5': Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Normalization with the vol_integration branch.
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 6d62c08..01fd7db 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -700,7 +700,7 @@ H5Freopen(hid_t file_id)
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a file")
/* Get a new "top level" file struct, sharing the same "low level" file struct */
- if(NULL == (new_file = H5F_new(old_file->shared, 0, H5P_FILE_CREATE_DEFAULT, H5P_FILE_ACCESS_DEFAULT, NULL)))
+ if(NULL == (new_file = H5F__new(old_file->shared, 0, H5P_FILE_CREATE_DEFAULT, H5P_FILE_ACCESS_DEFAULT, NULL)))
HGOTO_ERROR(H5E_FILE, H5E_CANTINIT, FAIL, "unable to reopen file")
/* Duplicate old file's names */