summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-04-02 00:58:44 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-04-02 00:58:44 (GMT)
commit1b6963230b1c096ff186137bf8bace27a7e8bc07 (patch)
tree321a4aa5f3b920b1fa28e1d18532ea0d87546281
parent46b63fe7d875e2dc096165f9837a2a820fb0022d (diff)
downloadhdf5-1b6963230b1c096ff186137bf8bace27a7e8bc07.zip
hdf5-1b6963230b1c096ff186137bf8bace27a7e8bc07.tar.gz
hdf5-1b6963230b1c096ff186137bf8bace27a7e8bc07.tar.bz2
[svn-r23516] Updated documentation.
-rw-r--r--fortran/src/H5Off.f9014
1 files changed, 7 insertions, 7 deletions
diff --git a/fortran/src/H5Off.f90 b/fortran/src/H5Off.f90
index 1437e9f..8a40079 100644
--- a/fortran/src/H5Off.f90
+++ b/fortran/src/H5Off.f90
@@ -191,7 +191,7 @@ CONTAINS
SUBROUTINE h5oclose_f(object_id, hdferr)
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: object_id
- INTEGER , INTENT(OUT) :: hdferr
+ INTEGER , INTENT(OUT) :: hdferr
!*****
INTERFACE
INTEGER FUNCTION h5oclose_c(object_id)
@@ -565,7 +565,7 @@ CONTAINS
! obj_id - Object identifier.
!
! Outputs:
-! hdferr - Returns 0 if successful and -1 if fails.
+! hdferr - Returns 0 if successful and -1 if fails.
!
! AUTHOR
! M. Scot Breitenfeld
@@ -717,16 +717,16 @@ CONTAINS
! Sets comment for specified object.
!
! Inputs:
-! loc_id - Identifier of a file, group, dataset, or named datatype.
-! name - Name of the object whose comment is to be set or reset,
+! loc_id - Identifier of a file, group, dataset, or named datatype.
+! name - Name of the object whose comment is to be set or reset,
! specified as a path relative to loc_id.
-! comment - The new comment.
+! comment - The new comment.
!
! Outputs:
-! hdferr - Returns 0 if successful and -1 if fails.
+! hdferr - Returns 0 if successful and -1 if fails.
!
! Optional parameters:
-! lapl_id - Link access property list identifier.
+! lapl_id - Link access property list identifier.
!
! AUTHOR
! M. Scot Breitenfeld