init_itv_86 Subroutine

public subroutine init_itv_86()

Uses

  • (86) frrmax (f-value for equation 50)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_86
        !! <LI> (86) frrmax (f-value for equation 50)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(86) = 'frrmax        '
        boundl(86) = 0.001D0
        boundu(86) = 1.000D0
      end subroutine init_itv_86