| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| integer, | intent(in) | :: | iprop |
function GetPropInts(i, j, iprop) result(integral) use OneEInts, only: OneEPropInts integer, intent(in) :: i, j, iprop real(dp) :: integral integral = OneEPropInts(i, j, iprop) end function GetPropInts