GetElecPosIdentifier Function

public function GetElecPosIdentifier(session) result(posId)

Arguments

Type IntentOptional Attributes Name
type(ExcitGenSessionType), intent(in) :: session

Return Value integer


Contents

Source Code


Source Code

    function GetElecPosIdentifier(session) result(posId)
        implicit none
        type(ExcitGenSessionType), intent(in) :: session
        integer :: posId
        posId = GetPosIdentifier(session%elecIndices, session%rank, nEl)
    end function GetElecPosIdentifier