summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/hdf5_hl_fortrandll.def.in
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2016-04-06 18:07:17 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2016-04-06 18:07:17 (GMT)
commit01f479abb49d378b44648e1c0f353839b18b548c (patch)
treed13cb521e6120708eb788c6e47bb9c95a2cab2ce /hl/fortran/src/hdf5_hl_fortrandll.def.in
parent54d598aa44c2bbdc8d575faaec80a1348e19ce88 (diff)
downloadhdf5-01f479abb49d378b44648e1c0f353839b18b548c.zip
hdf5-01f479abb49d378b44648e1c0f353839b18b548c.tar.gz
hdf5-01f479abb49d378b44648e1c0f353839b18b548c.tar.bz2
[svn-r29648] FIX: HDFFV-8486
h5tbmake_table_f is missing the fill_data parameter (which is in the C counterpart) ADDED NEW API: h5tbread_table_f Tested: platypus, ostrich
Diffstat (limited to 'hl/fortran/src/hdf5_hl_fortrandll.def.in')
-rw-r--r--hl/fortran/src/hdf5_hl_fortrandll.def.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/hl/fortran/src/hdf5_hl_fortrandll.def.in b/hl/fortran/src/hdf5_hl_fortrandll.def.in
index 9a1231a..b48cae3 100644
--- a/hl/fortran/src/hdf5_hl_fortrandll.def.in
+++ b/hl/fortran/src/hdf5_hl_fortrandll.def.in
@@ -72,7 +72,9 @@ H5LT_CONST_mp_H5LTGET_ATTRIBUTE_NDIMS_F
H5LT_CONST_mp_H5LTGET_ATTRIBUTE_INFO_F
H5LT_CONST_mp_H5LTPATH_VALID_F
; H5TB
-H5TB_CONST_mp_H5TBMAKE_TABLE_F
+H5TB_CONST_mp_H5TBREAD_TABLE_F
+H5TB_CONST_mp_H5TBMAKE_TABLE_F90
+H5TB_CONST_mp_H5TBMAKE_TABLE_PTR_F
H5TB_CONST_mp_H5TBWRITE_FIELD_NAME_F_INT
H5TB_CONST_mp_H5TBWRITE_FIELD_NAME_F_STRING
H5TB_CONST_mp_H5TBREAD_FIELD_NAME_F_INT