init_itv_26 Subroutine

public subroutine init_itv_26()

Uses

  • (26) ffuspow (f-value for equation 9)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_26
        !! <LI> (26) ffuspow (f-value for equation 9)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(26) = 'ffuspow       '
        boundl(26) = 0.001D0
        boundu(26) = 1.000D0
      end subroutine init_itv_26