summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Tff_F03.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-09-10 20:58:32 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-09-10 20:58:32 (GMT)
commitb87ae2b7853a3211178405c1328c9b95e193617a (patch)
tree3ce52203d46f0e20b87a643f072c0beee3a1a9d5 /fortran/src/H5Tff_F03.f90
parent2457d8ecaf8a2195a2966ad6e0f649473bdb7177 (diff)
downloadhdf5-b87ae2b7853a3211178405c1328c9b95e193617a.zip
hdf5-b87ae2b7853a3211178405c1328c9b95e193617a.tar.gz
hdf5-b87ae2b7853a3211178405c1328c9b95e193617a.tar.bz2
[svn-r21373] Description: Changed the robodoc keywords in the comments
to the RM documentation's standards.
Diffstat (limited to 'fortran/src/H5Tff_F03.f90')
-rw-r--r--fortran/src/H5Tff_F03.f906
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/src/H5Tff_F03.f90 b/fortran/src/H5Tff_F03.f90
index 925a5a8..01600a0 100644
--- a/fortran/src/H5Tff_F03.f90
+++ b/fortran/src/H5Tff_F03.f90
@@ -53,7 +53,7 @@ CONTAINS
! PURPOSE
! Converts data from between specified datatypes.
!
-! INPUTS
+! Inputs:
! src_id - Identifier for the source datatype.
! dst_id - Identifier for the destination datatype.
! nelmts - Size of array buf.
@@ -61,7 +61,7 @@ CONTAINS
! background - Optional background buffer.
! plist_id - Dataset transfer property list identifier.
!
-! OUTPUTS
+! Outputs:
! buf - Array containing post-conversion values.
! hdferr - error code:
! 0 on success and -1 on failure
@@ -69,7 +69,7 @@ CONTAINS
! M. Scot Breitenfeld
! Decemember 8, 2008
!
-! SOURCE
+! Signature:
SUBROUTINE h5tconvert_f(src_id, dst_id, nelmts, buf, hdferr, background, plist_id)
USE ISO_C_BINDING
IMPLICIT NONE