From a34ed1f634081df2e6b8e7295eac73d3e31e7346 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 13 Oct 2003 17:29:11 -0500 Subject: [svn-r7623] Purpose: Bug fix Description: The third parameter to the h5pget(set)_cache_f subroutines had a wrong type Solution: Fixed the type and changed the docs. Platforms tested: kelgia, arabica 64-bit, copper 64-bit Misc. update: --- doc/html/fortran/h5p_FORTRAN.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/fortran/h5p_FORTRAN.html b/doc/html/fortran/h5p_FORTRAN.html index 601f320..5a4a52d 100644 --- a/doc/html/fortran/h5p_FORTRAN.html +++ b/doc/html/fortran/h5p_FORTRAN.html @@ -797,7 +797,7 @@ FORTRAN Property List API -- h5p INTEGER(HID_T), INTENT(IN) :: prp_id ! Property list identifier INTEGER, INTENT(IN) :: mdc_nelmts ! Number of elements (objects) ! in the meta data cache - INTEGER, INTENT(IN) :: rdcc_nelmts ! Number of elements (objects) + INTEGER(SIZE_T), INTENT(IN) :: rdcc_nelmts ! Number of elements (objects) ! in the meta data cache INTEGER(SIZE_T), INTENT(IN) :: rdcc_nbytes ! Total size of the raw data ! chunk cache, in bytes @@ -826,7 +826,7 @@ FORTRAN Property List API -- h5p INTEGER(HID_T), INTENT(IN) :: prp_id ! Property list identifier INTEGER, INTENT(OUT) :: mdc_nelmts ! Number of elements (objects) ! in the meta data cache - INTEGER, INTENT(OUT) :: rdcc_nelmts ! Number of elements (objects) + INTEGER(SIZE_T), INTENT(OUT) :: rdcc_nelmts ! Number of elements (objects) ! in the meta data cache INTEGER(SIZE_T), INTENT(OUT) :: rdcc_nbytes ! Total size of the raw data ! chunk cache, in bytes -- cgit v0.12