Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(lattice) | :: | this | ||||
integer, | intent(in) | :: | n_connect_max |
subroutine set_nconnect_max(this, n_connect_max)
class(lattice) :: this
integer, intent(in) :: n_connect_max
this%n_connect_max = n_connect_max
end subroutine set_nconnect_max