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