init_itv_71 Subroutine

public subroutine init_itv_71()

Uses

  • (71) fq (f-value for equation 45)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_71
        !! <LI> (71) fq (f-value for equation 45)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(71) = 'fq            '
        boundl(71) = 0.001D0
        boundu(71) = 1.000D0
      end subroutine init_itv_71