site
subroutine set_impurity(this, flag) class(site) :: this logical, intent(in) :: flag this%t_impurity = flag end subroutine set_impurity