Purpose:
a bug fix
Description:
declaration of chunk_dims is wrong. In HDF4, chunk dimensional size is defined
as int32, but in HDF5 it is defined as hsize_t. It causes problem in T3E.
Solution:
define chunk_dims as hsize_t and cast int32 into hsize_t
Platforms tested:
eirene