get_index Function

private function get_index(this)

Type Bound

site

Arguments

Type IntentOptional Attributes Name
class(site) :: this

Return Value integer


Contents

Source Code


Source Code

    integer function get_index(this)
        class(site) :: this

        get_index = this%ind

    end function get_index