diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-09-19 21:48:52 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-09-19 21:48:52 (GMT) |
commit | bbde33f6f9fd5c4bbe949bafe52a7ab6f14b8617 (patch) | |
tree | 99c8bcdb39e5e174f55a7e6f69ae1ee542319ea3 /hl/tools | |
parent | ec53237fb849042b4a5b276a3e66a98ebb3710ee (diff) | |
parent | eb78fd88325d58a95c026129f1e2b4c7c50f621a (diff) | |
download | hdf5-bbde33f6f9fd5c4bbe949bafe52a7ab6f14b8617.zip hdf5-bbde33f6f9fd5c4bbe949bafe52a7ab6f14b8617.tar.gz hdf5-bbde33f6f9fd5c4bbe949bafe52a7ab6f14b8617.tar.bz2 |
Merge pull request #1245 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_pull_request to develop
* commit 'eb78fd88325d58a95c026129f1e2b4c7c50f621a':
Develop normalization with vol_integration. Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
Diffstat (limited to 'hl/tools')
-rw-r--r-- | hl/tools/h5watch/swmr_check_compat_vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/swmr_check_compat_vfd.c b/hl/tools/h5watch/swmr_check_compat_vfd.c index 7d11a73..26f76cb 100644 --- a/hl/tools/h5watch/swmr_check_compat_vfd.c +++ b/hl/tools/h5watch/swmr_check_compat_vfd.c @@ -48,7 +48,7 @@ main(void) driver = HDgetenv("HDF5_DRIVER"); - if(H5FD_supports_swmr_test(driver)) + if(H5FD__supports_swmr_test(driver)) return EXIT_SUCCESS; else return EXIT_FAILURE; |