From e8f1f956a2c151186a46e8579cf5b9f09125a382 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 2 May 2002 15:23:09 -0500 Subject: [svn-r5329] Purpose: Bugfix -- Fixes #757. Description: h5t{get/set}_size_f Corrected SIZE parameter datatype to INTEGER(SIZE_T). Platforms tested: IE 5 --- doc/html/fortran/h5t_FORTRAN.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/fortran/h5t_FORTRAN.html b/doc/html/fortran/h5t_FORTRAN.html index fa7a7ca..d971e9f 100644 --- a/doc/html/fortran/h5t_FORTRAN.html +++ b/doc/html/fortran/h5t_FORTRAN.html @@ -157,7 +157,7 @@ FORTRAN Datatype API -- h5t SUBROUTINE h5tget_size_f(type_id, size, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier - INTEGER, INTENT(OUT) :: size ! Datatype size + INTEGER(SIZE_T), INTENT(OUT) :: size ! Datatype size INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5tget_size_f @@ -229,7 +229,7 @@ FORTRAN Datatype API -- h5t SUBROUTINE h5tset_size_f(type_id, size, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier - INTEGER, INTENT(IN) :: size ! Datatype size + INTEGER(SIZE_T), INTENT(IN) :: size ! Datatype size INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5tset_size_f @@ -1225,7 +1225,7 @@ FORTRAN Datatype API -- h5t HDF Help Desk -Last modified: 19 February 2001 +Last modified: 18 April 2002
Describes HDF5 Release 1.5, Unreleased Development Branch -- cgit v0.12