hdf5/fortran
Elena Pourmal 9cd1488287 [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
2002-05-01 19:24:19 -05:00
..
2002-04-25 14:48:53 -05:00
2001-09-21 18:50:15 -05:00
2002-05-01 19:24:19 -05:00
2002-01-26 10:48:49 -05:00
2001-07-11 14:17:48 -05:00
2002-04-02 17:08:23 -05:00
2002-04-22 18:47:41 -05:00
2002-04-29 12:24:50 -05:00
2002-04-29 12:24:50 -05:00
2000-09-19 15:06:49 -05:00
2002-04-25 17:44:07 -05:00