subroutine init_itv_144
!! <LI> (144) fnesep : Eich critical electron density at separatrix
use numerics, only: lablxc, boundl, boundu
implicit none
!! (f-value for constraint equation 76) [m-3]
lablxc(144) = 'fnesep '
boundl(144) = 0.001D0
boundu(144) = 1.000D0
end subroutine init_itv_144