From 9ef846aef1ac23f6979a076d61f6ba7dda31ec42 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 9 Oct 2003 14:20:47 -0500 Subject: [svn-r7589] Purpose: Integrate Fortran90 interfaces into C RM. Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interfaces" sections with F90 descriptions. Platforms tested: IE 5, Safari --- doc/html/RM_H5A.html | 218 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 174 insertions(+), 44 deletions(-) diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html index 11b8cc6..a14f58e 100644 --- a/doc/html/RM_H5A.html +++ b/doc/html/RM_H5A.html @@ -229,8 +229,7 @@ SUBROUTINE h5aclose_f(attr_id, hdferr) INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5aclose_f - - + @@ -393,10 +403,22 @@ END SUBROUTINE h5acreate_f
Returns the length of the attribute's name, which may be longer than buf_size, if successful. Otherwise returns a negative value. -
Non-C API(s): -
- @@ -424,10 +446,22 @@ END SUBROUTINE h5acreate_f
Returns:
Returns the number of attributes if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -455,10 +489,21 @@ END SUBROUTINE h5acreate_f
Returns:
Returns attribute dataspace identifier if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -492,10 +537,21 @@ END SUBROUTINE h5acreate_f
Returns:
Returns a datatype identifier if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -564,11 +620,17 @@ END SUBROUTINE h5acreate_f
If successful, returns the return value of the last operator if it was non-zero, or zero if all attributes were processed. Otherwise returns a negative value. - + + @@ -606,10 +668,22 @@ END SUBROUTINE h5acreate_f
Returns:
Returns attribute identifier if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -646,10 +720,22 @@ END SUBROUTINE h5acreate_f
Returns:
Returns attribute identifier if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -692,10 +778,32 @@ END SUBROUTINE h5acreate_f
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -738,10 +846,32 @@ END SUBROUTINE h5acreate_f
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -786,7 +916,7 @@ And in this document, the Describes HDF5 Release 1.6.0, July 2003 -- cgit v0.12