summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-15 20:05:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-15 20:05:50 (GMT)
commit7f8fe3c00494727f0997b3364cfd89abcb22ee0f (patch)
tree392d1596eabd4cc2b5f4a10455ebe0fb2a89bcea /fortran
parent6df8b198a6d394b0fe5184b3d46797441c84be15 (diff)
downloadhdf5-7f8fe3c00494727f0997b3364cfd89abcb22ee0f.zip
hdf5-7f8fe3c00494727f0997b3364cfd89abcb22ee0f.tar.gz
hdf5-7f8fe3c00494727f0997b3364cfd89abcb22ee0f.tar.bz2
[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
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/tH5P.f902
1 files changed, 1 insertions, 1 deletions
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