init_itv_34 Subroutine

public subroutine init_itv_34()

Uses

  • (34) fdivcol (f-value for equation 22)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_34
        !! <LI> (34) fdivcol (f-value for equation 22)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(34) = 'fdivcol       '
        boundl(34) = 0.001D0
        boundu(34) = 1.000D0
      end subroutine init_itv_34