subroutine init_itv_32
!! <LI> (32) frminor (f-value for equation 21)
use numerics, only: lablxc, boundl, boundu
implicit none
lablxc(32) = 'frminor '
boundl(32) = 0.001D0
boundu(32) = 1.000D0
end subroutine init_itv_32