mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
6df8b198a6
commit
7f8fe3c004
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user