init_itv_8 Subroutine

public subroutine init_itv_8()

Uses

  • ( 8) fbeta (f-value for equation 6)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_8
        !! <LI> ( 8) fbeta (f-value for equation 6)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(8) = 'fbeta         '
        boundl(8) = 0.001D0
        boundu(8) = 1.000D0
      end subroutine init_itv_8