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