[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
This commit is contained in:
Quincey Koziol 2003-10-15 15:05:50 -05:00
parent 6df8b198a6
commit 7f8fe3c004

View File

@ -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