summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-06-07 04:34:11 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-06-07 04:34:11 (GMT)
commit91089de53ffe2b950ed309ee486590ed6d2272c2 (patch)
tree0edd6e8f1feb0b71f303d80517f4705b3a2dbc1a /src/H5F.c
parent1a5e7d821bb13b63132af16b74ab58876cbb6545 (diff)
downloadhdf5-91089de53ffe2b950ed309ee486590ed6d2272c2.zip
hdf5-91089de53ffe2b950ed309ee486590ed6d2272c2.tar.gz
hdf5-91089de53ffe2b950ed309ee486590ed6d2272c2.tar.bz2
Normalization with 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 */