mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
46f49b84cf
Purpose: New feature Description: Now all Fortran flags such as H5F_ACC_RDONLY_F (previously defined in the H5fortran_flags.f90 file) are generated at runtime when h5init_fortran_f subroutine is called. All flags have now the same value as corresponding C flags. This change affects user's programming model: Every Fortran program that uses F90 HDF5 Library has to call h5init_fortran_f(error) subroutine before the first call to the F90 HDF5 Library and h5close_fortran_f(error) after the last call to the Library. h5init(close)_types_f calls are not needed anymore since F90 datatypes are intialized(closed) with the h5init(close)_fortran_f calls. Platforms tested: O2K and Solaris2.7 |
||
---|---|---|
.. | ||
bin | ||
config | ||
examples | ||
src | ||
test | ||
testpar | ||
acconfig.h | ||
aclocal.m4 | ||
acsite.m4 | ||
config.h.in | ||
configure | ||
configure.in | ||
Makefile.dist | ||
Makefile.in |