init_itv_49 Subroutine

public subroutine init_itv_49()

Uses

  • (49) fstrcond (f-value for equation 32)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_49
        !! <LI> (49) fstrcond (f-value for equation 32)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(49) = 'fstrcond      '
        boundl(49) = 0.001D0
        boundu(49) = 1.000D0
      end subroutine init_itv_49