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/H5_ff_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/H5_ff_F03.f90')
-rw-r--r-- | fortran/src/H5_ff_F03.f90 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/src/H5_ff_F03.f90 b/fortran/src/H5_ff_F03.f90 index 57b186d..3a1bc59 100644 --- a/fortran/src/H5_ff_F03.f90 +++ b/fortran/src/H5_ff_F03.f90 @@ -42,18 +42,18 @@ CONTAINS ! PURPOSE ! Computes the offset in memory ! -! INPUTS +! Inputs: ! start - starting pointer address ! end - ending pointer address ! -! OUTPUTS +! Outputs: ! offset - offset ! ! AUTHOR ! M. Scot Breitenfeld ! Augest 25, 2008 ! -! SOURCE +! Signature: FUNCTION h5offsetof(start,end) RESULT(offset) USE, INTRINSIC :: ISO_C_BINDING USE H5GLOBAL |