summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5_ff_F03.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/src/H5_ff_F03.f90')
-rw-r--r--fortran/src/H5_ff_F03.f906
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