init_itv_89 Subroutine

public subroutine init_itv_89()

Uses

  • (89) ftbr (f-value for equation 52)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_89
        !! <LI> (89) ftbr (f-value for equation 52)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(89) = 'ftbr          '
        boundl(89) = 0.001D0
        boundu(89) = 1.000D0
      end subroutine init_itv_89