subroutine init_itv_8
!! <LI> ( 8) fbeta_poloidal_eps (f-value for equation 6)
use numerics, only: lablxc, boundl, boundu
implicit none
lablxc(8) = 'fbeta_poloidal_eps '
boundl(8) = 0.001D0
boundu(8) = 1.000D0
end subroutine init_itv_8