[svn-r15066] Description:

Change the interface argument to match that of the actual function.
This commit is contained in:
Scot Breitenfeld 2008-05-21 16:08:08 -05:00
parent e8e47591f7
commit 91c1f420e6

View File

@ -3041,7 +3041,7 @@ CONTAINS
! MS FORTRAN needs explicit interface for C functions called here.
!
INTERFACE
INTEGER FUNCTION h5tset_tag_c(type_id, tag, namelen)
INTEGER FUNCTION h5tset_tag_c(type_id, tag, taglen)
USE H5GLOBAL
!DEC$ IF DEFINED(HDF5F90_WINDOWS)
!DEC$ ATTRIBUTES C,reference,decorate,alias:'H5TSET_TAG_C'::h5tset_tag_c