summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Af.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r2729] Elena Pourmal2000-10-241-5/+4
| | | | | | | | | | | | | Purpose: Bug fix Description: Attribute test failed on O2K. h5aget_name_f function could not return correct attribute name. Solution: size function parameter had wrong datatype in F90 subroutine. Fixed it to be of INTEGER(SIZE_T) type. Platforms tested: O2K, Linux
* [svn-r2576] Purpose:Bill Wendling2000-09-191-0/+433
Adding the Fortran interface to the HDF5 library Description: Fortran is now a subdirectory of the HDF5 library tree. Platforms tested: Solaris and IRIX (O2K)