From 7f8fe3c00494727f0997b3364cfd89abcb22ee0f Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 15 Oct 2003 15:05:50 -0500 Subject: [svn-r7640] Purpose: Bug fix Description: Fixed type declaration of rdcc_nelmts that was causing daily tests to fail. (Checked w/Elena first) Platforms tested: h5committest --- fortran/test/tH5P.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/test/tH5P.f90 b/fortran/test/tH5P.f90 index 635d4bf..15809bf 100644 --- a/fortran/test/tH5P.f90 +++ b/fortran/test/tH5P.f90 @@ -167,7 +167,7 @@ INTEGER(HSIZE_T), DIMENSION(7) :: data_dims_b INTEGER, DIMENSION(7) :: data_dims INTEGER :: mdc_nelmts - INTEGER :: rdcc_nelmts + INTEGER(SIZE_T) :: rdcc_nelmts INTEGER(SIZE_T) :: rdcc_nbytes REAL :: rdcc_w0 memb_fapl = H5P_DEFAULT_F -- cgit v0.12