summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Aff.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2018-11-15 15:27:16 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2018-12-04 17:16:32 (GMT)
commit456e22540f6e4366a0ef9d7744ee978a6ef6b3bb (patch)
treee59e0e1afec2aef27a68411518e996271fdaa824 /fortran/src/H5Aff.F90
parent5fc251dc59cc32879a22915ed97b4d93736d7d74 (diff)
downloadhdf5-456e22540f6e4366a0ef9d7744ee978a6ef6b3bb.zip
hdf5-456e22540f6e4366a0ef9d7744ee978a6ef6b3bb.tar.gz
hdf5-456e22540f6e4366a0ef9d7744ee978a6ef6b3bb.tar.bz2
Merge pull request #1325 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10511 to develop
* commit '9bbaca66ca1f987ede2f5c7e9c5938523a47262f': fixed sp. HDFFV-10511 -- Make fortran specific subroutines names PRIVATE
Diffstat (limited to 'fortran/src/H5Aff.F90')
-rw-r--r--fortran/src/H5Aff.F903
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/src/H5Aff.F90 b/fortran/src/H5Aff.F90
index 827b803..a728f2d 100644
--- a/fortran/src/H5Aff.F90
+++ b/fortran/src/H5Aff.F90
@@ -76,6 +76,9 @@ MODULE H5A
USE H5GLOBAL
+ PRIVATE h5awrite_char_scalar, h5awrite_ptr
+ PRIVATE h5aread_char_scalar, h5aread_ptr
+
INTERFACE h5awrite_f
MODULE PROCEDURE h5awrite_char_scalar
! This is the preferred way to call h5awrite