Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(site) | :: | this | ||||
integer, | intent(in) | :: | n_neighbors |
subroutine set_num_neighbors(this, n_neighbors)
class(site) :: this
integer, intent(in) :: n_neighbors
this%n_neighbors = n_neighbors
end subroutine set_num_neighbors