[svn-r6491]

Purpose: Catching up with the C library

Description:  Updated documentation files to include information on the following functions
              h5iget_name_f
              h5tis_variavle_str_f
              h5zunregister_f
              h5zfilter_avail_f
              h5pset_shuffle_f
              h5pset_fletcher32
              h5pset_edc_check_f
              h5pget_edc_check_f
              h5dfill_f
Solution:

Platforms tested: arabica(C and F90), burrwhite (pgcc and pgf90), modi4 (F90 and parallel)

Misc. update:
This commit is contained in:
Elena Pourmal
2003-03-19 11:09:07 -05:00
parent 621f8c50b6
commit ec51828b76
6 changed files with 289 additions and 13 deletions

View File

@@ -193,7 +193,7 @@ FORTRAN Dataspace API -- h5s
! Array to store max dimension
! sizes
INTEGER, INTENT(OUT) :: hdferr ! Error code
! 0 on success and -1 on failure
! Dataspace rank on success and -1 on failure
END SUBROUTINE h5sget_simple_extent_dims_f
</pre>