summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Aff.F90
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-06 18:36:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-06 18:36:28 (GMT)
commit55299ab2ce62ab8b2c25b0712a416885465d987e (patch)
tree7d69304601d4402029962ea5631a662078f6de29 /fortran/src/H5Aff.F90
parentb4dcee96cefac0835986853854c60ff3501f637e (diff)
parenta09f810e8d372d1e85661c52a7ef735a164904ad (diff)
downloadhdf5-55299ab2ce62ab8b2c25b0712a416885465d987e.zip
hdf5-55299ab2ce62ab8b2c25b0712a416885465d987e.tar.gz
hdf5-55299ab2ce62ab8b2c25b0712a416885465d987e.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'a09f810e8d372d1e85661c52a7ef735a164904ad': Narrowed the scope of ISO_C_BINDING with ONLY additions
Diffstat (limited to 'fortran/src/H5Aff.F90')
-rw-r--r--fortran/src/H5Aff.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Aff.F90 b/fortran/src/H5Aff.F90
index a728f2d..abfaae9 100644
--- a/fortran/src/H5Aff.F90
+++ b/fortran/src/H5Aff.F90
@@ -72,7 +72,7 @@
MODULE H5A
- USE, INTRINSIC :: ISO_C_BINDING
+ USE, INTRINSIC :: ISO_C_BINDING, ONLY : C_PTR, C_CHAR, C_NULL_CHAR, C_LOC, C_INT
USE H5GLOBAL