subroutine init_itv_2 !! <LI> ( 2) bt use numerics, only: lablxc, boundl, boundu implicit none lablxc(2) = 'bt ' boundl(2) = 0.010D0 boundu(2) = 30.00D0 end subroutine init_itv_2