summaryrefslogtreecommitdiffstats
path: root/doc/html/fortran/h5s_FORTRAN.html
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-03-19 16:09:07 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-03-19 16:09:07 (GMT)
commitec51828b763d250dbe1c6de466baa52cc87e8a3e (patch)
treef71d714e1d90d93ad4e383b5233aa538f6aeee29 /doc/html/fortran/h5s_FORTRAN.html
parent621f8c50b61617833bfe9e71b347e8b892696478 (diff)
downloadhdf5-ec51828b763d250dbe1c6de466baa52cc87e8a3e.zip
hdf5-ec51828b763d250dbe1c6de466baa52cc87e8a3e.tar.gz
hdf5-ec51828b763d250dbe1c6de466baa52cc87e8a3e.tar.bz2
[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:
Diffstat (limited to 'doc/html/fortran/h5s_FORTRAN.html')
-rw-r--r--doc/html/fortran/h5s_FORTRAN.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/fortran/h5s_FORTRAN.html b/doc/html/fortran/h5s_FORTRAN.html
index 5dcb30c..109369d 100644
--- a/doc/html/fortran/h5s_FORTRAN.html
+++ b/doc/html/fortran/h5s_FORTRAN.html
@@ -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>