summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90proto.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-09-28 15:52:19 (GMT)
committerGitHub <noreply@github.com>2022-09-28 15:52:19 (GMT)
commit1bec0ce2d785b5c0d7f4514fb50f44b524fe4f67 (patch)
tree03bb3367f57f7feddef64ed17f45bfc423256c25 /fortran/src/H5f90proto.h
parent4184bac2ece1726056e5a0f3c91d38c5a5ef2c38 (diff)
downloadhdf5-1bec0ce2d785b5c0d7f4514fb50f44b524fe4f67.zip
hdf5-1bec0ce2d785b5c0d7f4514fb50f44b524fe4f67.tar.gz
hdf5-1bec0ce2d785b5c0d7f4514fb50f44b524fe4f67.tar.bz2
Misc. Fortran Doxygen updates (#2129)
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r--fortran/src/H5f90proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h
index 4aa33f6..0b348b7 100644
--- a/fortran/src/H5f90proto.h
+++ b/fortran/src/H5f90proto.h
@@ -305,8 +305,6 @@ H5_FCDLL int_f h5tget_strpad_c(hid_t_f *type_id, int_f *strpad);
H5_FCDLL int_f h5tset_strpad_c(hid_t_f *type_id, int_f *strpad);
H5_FCDLL int_f h5tget_nmembers_c(hid_t_f *type_id, int_f *num_members);
H5_FCDLL int_f h5tget_member_name_c(hid_t_f *type_id, int_f *idx, _fcd member_name, int_f *namelen);
-H5_FCDLL int_f h5tget_member_dims_c(hid_t_f *type_id, int_f *field_idx, int_f *dims, size_t_f *field_dims,
- int_f *perm);
H5_FCDLL int_f h5tget_member_offset_c(hid_t_f *type_id, int_f *member_no, size_t_f *offset);
H5_FCDLL int_f h5tget_member_type_c(hid_t_f *type_id, int_f *field_idx, hid_t_f *datatype);
H5_FCDLL int_f h5tget_member_index_c(hid_t_f *type_id, _fcd name, int_f *namelen, int_f *idx);