mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r15066] Description:
Change the interface argument to match that of the actual function.
This commit is contained in:
parent
e8e47591f7
commit
91c1f420e6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user