summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5_ff_F03.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-14 18:39:47 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-14 18:39:47 (GMT)
commit76e215174ab2afc3612e92b719d788b7d6c7f26f (patch)
tree00e1b9e99a8b1c30ad46f2f2543e2627020f5854 /fortran/src/H5_ff_F03.f90
parentb92a7abb344f9965853464697c64503c5953ee49 (diff)
downloadhdf5-76e215174ab2afc3612e92b719d788b7d6c7f26f.zip
hdf5-76e215174ab2afc3612e92b719d788b7d6c7f26f.tar.gz
hdf5-76e215174ab2afc3612e92b719d788b7d6c7f26f.tar.bz2
[svn-r21568] Description:
Merged robodoc headers from trunk in the 1.8 branch, remove functions that should have not been merged into the 1.8 branch, removed the robodoc docomentation. Tested: jam (gnu, intel, pgi)
Diffstat (limited to 'fortran/src/H5_ff_F03.f90')
-rw-r--r--fortran/src/H5_ff_F03.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5_ff_F03.f90 b/fortran/src/H5_ff_F03.f90
index 3a1bc59..504f385 100644
--- a/fortran/src/H5_ff_F03.f90
+++ b/fortran/src/H5_ff_F03.f90
@@ -47,13 +47,13 @@ CONTAINS
! end - ending pointer address
!
! Outputs:
-! offset - offset
+! offset - offset of a member within the derived type
!
! AUTHOR
! M. Scot Breitenfeld
! Augest 25, 2008
!
-! Signature:
+! Fortran2003 Interface:
FUNCTION h5offsetof(start,end) RESULT(offset)
USE, INTRINSIC :: ISO_C_BINDING
USE H5GLOBAL