diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-05-02 00:24:19 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-05-02 00:24:19 (GMT) |
commit | 9cd14882874759d2e16f32dab7ad5f49c2b720b9 (patch) | |
tree | 2b5988598f3b65749e8184e8c49be85c1f49ad0e /hl | |
parent | add8f78ad50db88e8dfd9664099fbc9b50065ca5 (diff) | |
download | hdf5-9cd14882874759d2e16f32dab7ad5f49c2b720b9.zip hdf5-9cd14882874759d2e16f32dab7ad5f49c2b720b9.tar.gz hdf5-9cd14882874759d2e16f32dab7ad5f49c2b720b9.tar.bz2 |
[svn-r5320]
Purpose:
Bug#670 fix
Description:
dims parameter to the h5dwrite_f, h5dread_f, h5awrite_f and h5aread_f
subroutines was declared as INTEGER array of size 7 (max number of dimensions
in Fortran). Users could not use the same buffer dims as an argument to
the h5screate_simple_f subroutine since it should be an array of size = RANK
and type INTEGER(HSIZE_T).
Solution:
Overload subroutines with dims parameter to be assumed size array of
INTEGER(HSIZE_T) type for backward compatibility.
Subroutine with the INTEGER dims argument should be depricated in 1.6 release
Platforms tested:
Windows, Solaris2.7, IRIX64-6.5
Diffstat (limited to 'hl')
0 files changed, 0 insertions, 0 deletions