diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-09-10 20:58:32 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-09-10 20:58:32 (GMT) |
commit | b87ae2b7853a3211178405c1328c9b95e193617a (patch) | |
tree | 3ce52203d46f0e20b87a643f072c0beee3a1a9d5 /fortran/src/H5Dff_F03.f90 | |
parent | 2457d8ecaf8a2195a2966ad6e0f649473bdb7177 (diff) | |
download | hdf5-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/H5Dff_F03.f90')
-rw-r--r-- | fortran/src/H5Dff_F03.f90 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/fortran/src/H5Dff_F03.f90 b/fortran/src/H5Dff_F03.f90 index 0561efd..d99d31b 100644 --- a/fortran/src/H5Dff_F03.f90 +++ b/fortran/src/H5Dff_F03.f90 @@ -1129,17 +1129,17 @@ CONTAINS ! converting from file datatype and dataspace to memory ! datatype and dataspace. ! -! INPUTS +! Inputs: ! dset_id - dataset identifier ! mem_type_id - memory type identifier ! dims - 1-dim array of size 7; dims(k) has the size ! - of k-th dimension of the buf array -! OUTPUTS +! Outputs: ! buf - buffer to read data in ! hdferr: - error code ! Success: 0 ! Failure: -1 -! OPTIONAL PARAMETERS +! Optional parameters: ! mem_space_id - memory dataspace identifier ! file_space_id - file dataspace identifier ! xfer_prp - trasfer property list identifier @@ -2142,12 +2142,12 @@ CONTAINS ! are assumed to have the same datatype. ! Only one-dimesional buffers are supported. ! -! INPUTS +! Inputs: ! fill_value - fill value ! space_id - memory space selection identifier ! buf - data buffer iin memory ro apply selection to ! - of k-th dimension of the buf array -! OUTPUTS +! Outputs: ! hdferr: - error code ! Success: 0 ! Failure: -1 @@ -2193,12 +2193,12 @@ CONTAINS ! are assumed to have the same datatype. ! Only one-dimesional buffers are supported. ! -! INPUTS +! Inputs: ! fill_value - fill value ! space_id - memory space selection identifier ! buf - data buffer iin memory ro apply selection to ! - of k-th dimension of the buf array -! OUTPUTS +! Outputs: ! hdferr: - error code ! Success: 0 ! Failure: -1 @@ -2243,12 +2243,12 @@ CONTAINS ! are assumed to have the same datatype. ! Only one-dimesional buffers are supported. ! -! INPUTS +! Inputs: ! fill_value - fill value ! space_id - memory space selection identifier ! buf - data buffer iin memory ro apply selection to ! - of k-th dimension of the buf array -! OUTPUTS +! Outputs: ! hdferr: - error code ! Success: 0 ! Failure: -1 @@ -2285,14 +2285,14 @@ CONTAINS ! PURPOSE ! Reclaims VL datatype memory buffers. ! -! INPUTS +! Inputs: ! ! type_id - Identifier of the datatype. ! space_id - Identifier of the dataspace. ! plist_id - Identifier of the property list used to create the buffer. ! buf - Pointer to the buffer to be reclaimed. ! -! OUTPUTS +! Outputs: ! hdferr - error code ! Success: 0 ! Failure: -1 @@ -2301,7 +2301,7 @@ CONTAINS ! M. Scot Breitenfeld ! January 11, 2011 ! -! SOURCE +! Signature: SUBROUTINE H5Dvlen_reclaim_f(type_id, space_id, plist_id, buf, hdferr) USE ISO_C_BINDING |