get_total_links Function

private function get_total_links(this) result(total_links)

Type Bound

lattice

Arguments

Type IntentOptional Attributes Name
class(lattice) :: this

Return Value integer


Source Code

    function get_total_links(this) result(total_links)
        class(lattice) :: this
        integer :: total_links

        total_links = this%total_links
    end function get_total_links