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