summaryrefslogtreecommitdiffstats
path: root/fortran/src/HDF5.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2019-06-12 21:06:21 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2019-06-12 21:06:21 (GMT)
commit9a82fa66d4b5937cac016cc04f51e60028eb8a24 (patch)
treefe4193b6d71ae3cb6d604caecfc5551f85951e2a /fortran/src/HDF5.F90
parent7e929a9bec66863f1f31721282d1fa459bc486ff (diff)
parent0742c15fca95965ed4eb87c6d54f41bb07bd4526 (diff)
downloadhdf5-9a82fa66d4b5937cac016cc04f51e60028eb8a24.zip
hdf5-9a82fa66d4b5937cac016cc04f51e60028eb8a24.tar.gz
hdf5-9a82fa66d4b5937cac016cc04f51e60028eb8a24.tar.bz2
Merge pull request #1708 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:H10621 to develop
* commit '0742c15fca95965ed4eb87c6d54f41bb07bd4526': makefile clean-up move the vol_info to an optional parameter added H5Pset_vol added vol connector added test for vol_connector removed H5VL constants removed VOLL NULL connector and replaced it with native VOL added connector_name test added missing files add tests added more tests added missing files Implemented VOL APIs and C constants, no tests Implemented VOL APIs and C constants, no tests initial API impl.
Diffstat (limited to 'fortran/src/HDF5.F90')
-rw-r--r--fortran/src/HDF5.F901
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/src/HDF5.F90 b/fortran/src/HDF5.F90
index 0370224..fe38b7d 100644
--- a/fortran/src/HDF5.F90
+++ b/fortran/src/HDF5.F90
@@ -38,6 +38,7 @@ MODULE HDF5
USE H5O
USE H5P
USE H5R
+ USE H5VL
USE H5Z
USE H5_gen
USE H5LIB