[svn-r4085]

Purpose:
    Typo fix
Description:
    I forgot to add a new argument to one of the functions prototypes.
This commit is contained in:
Elena Pourmal
2001-06-29 10:51:02 -05:00
parent 9154d41f47
commit aca104be97
2 changed files with 3 additions and 3 deletions

View File

@@ -264,7 +264,7 @@ FORTRAN Attribute API -- h5a
<dt><strong>FORTRAN interface:</strong> &nbsp <strong>h5awrite_f</strong>
<pre>
SUBROUTINE h5awrite_f(attr_id, memtype_id, buf, hdferr)
SUBROUTINE h5awrite_f(attr_id, memtype_id, buf, dims, hdferr)
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: attr_id ! Attribute identifier
INTEGER(HID_T), INTENT(IN) :: memtype_id ! Attribute datatype