init_itv_64 Subroutine

public subroutine init_itv_64()

Uses

  • (64) fauxmn (f-value for equation 40)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_64
        !! <LI> (64) fauxmn (f-value for equation 40)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(64) = 'fauxmn        '
        boundl(64) = 0.001D0
        boundu(64) = 1.000D0
      end subroutine init_itv_64