site
subroutine set_bath(this, flag) class(site) :: this logical, intent(in) :: flag this%t_bath = flag end subroutine set_bath