init_itv_103 Subroutine

public subroutine init_itv_103()

Uses

  • (103) flhthresh (f-value for equation 15)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_103
        !! <LI> (103) flhthresh (f-value for equation 15)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(103) = 'flhthresh     '
        boundl(103) = 1.000D0
        boundu(103) = 1.000D6
      end subroutine init_itv_103