| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ExcitGenSessionType), | intent(in) | :: | session |
function GetElecPosIdentifier(session) result(posId) implicit none type(ExcitGenSessionType), intent(in) :: session integer :: posId posId = GetPosIdentifier(session%elecIndices, session%rank, nEl) end function GetElecPosIdentifier