init_itv_68 Subroutine

public subroutine init_itv_68()

Uses

  • (68) fptemp (f-value for equation 44)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_68
        !! <LI> (68) fptemp (f-value for equation 44)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(68) = 'fptemp        '
        boundl(68) = 0.001D0
        boundu(68) = 1.000D0
      end subroutine init_itv_68