init_itv_92 Subroutine

public subroutine init_itv_92()

Uses

  • (92) fflutf (f-value for equation 53)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_92
        !! <LI> (92) fflutf (f-value for equation 53)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(92) = 'fflutf        '
        boundl(92) = 0.001D0
        boundu(92) = 1.000D0
      end subroutine init_itv_92