init_itv_45 Subroutine

public subroutine init_itv_45()

Uses

  • (45) fqval (f-value for equation 28)

    Arguments

    None

    Contents

    Source Code


    Source Code

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