summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2002-05-02 20:33:17 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2002-05-02 20:33:17 (GMT)
commit7a8e61525f4058b9815aa92bc008dd6301fe6bb6 (patch)
treeff3c12af36975cfdafe063c0bba35a99e3711f99 /doc
parent01d25de8a7c3846f69510496dc456704fa43f586 (diff)
downloadhdf5-7a8e61525f4058b9815aa92bc008dd6301fe6bb6.zip
hdf5-7a8e61525f4058b9815aa92bc008dd6301fe6bb6.tar.gz
hdf5-7a8e61525f4058b9815aa92bc008dd6301fe6bb6.tar.bz2
[svn-r5330]
Purpose: Bugfix -- Fixes #757. Description: h5t{get/set}_size_f Corrected SIZE parameter datatype to INTEGER(SIZE_T). Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/fortran/h5t_FORTRAN.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/fortran/h5t_FORTRAN.html b/doc/html/fortran/h5t_FORTRAN.html
index bb2fdfa..a862740 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
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
</address>
-Last modified: 19 February 2001
+Last modified: 18 April 2002
<br>
Describes HDF5 Release 1.4.3, February 2002