site
subroutine set_index(this, ind) class(site) :: this integer, intent(in) :: ind this%ind = ind end subroutine set_index