Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(lattice) | :: | this | ||||
integer, | intent(in) | :: | orb | |||
integer, | intent(in) | :: | sym |
subroutine set_sym(this, orb, sym)
class(lattice) :: this
integer, intent(in) :: orb, sym
this%sites(orb)%k_sym = sym
end subroutine set_sym