init_itv_104 Subroutine

public subroutine init_itv_104()

Uses

  • (104) fcwr (f-value for equation 23)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_104
        !! <LI> (104) fcwr (f-value for equation 23)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(104) = 'fcwr          '
        boundl(104) = 0.001D0
        boundu(104) = 1.000D0
      end subroutine init_itv_104