get_nconnect_max Function

private function get_nconnect_max(this)

Type Bound

lattice

Arguments

Type IntentOptional Attributes Name
class(lattice) :: this

Return Value integer


Contents

Source Code


Source Code

    integer function get_nconnect_max(this)
        class(lattice) :: this

        get_nconnect_max = this%n_connect_max

    end function get_nconnect_max