diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-10-22 15:59:07 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-10-22 15:59:07 (GMT) |
commit | 8a12b57483854929dd9ccbcf107dd1051c6c3a12 (patch) | |
tree | 0eed4b85b7088b8c4e357804802627ff61fdc887 /test | |
parent | 5f99891e6dc59524fb6e43ca96a86df22b403c61 (diff) | |
parent | b33a2e7dfe76a2947c12462adb40c88af9c92e75 (diff) | |
download | hdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.zip hdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.tar.gz hdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.tar.bz2 |
Merge pull request #1300 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to develop
* commit 'b33a2e7dfe76a2947c12462adb40c88af9c92e75':
Fixed warnings in the VOL example and run it from the script.
Split H5VLnative.h into public and private files and updated
Diffstat (limited to 'test')
-rw-r--r-- | test/vol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ */ #include "h5test.h" -#include "H5VLnative.h" +#include "H5VLnative_private.h" #define NATIVE_VOL_TEST_FILENAME "native_vol_test" |