init_itv_67 Subroutine

public subroutine init_itv_67()

Uses

  • (67) ftcycl (f-value for equation 42)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_67
        !! <LI> (67) ftcycl (f-value for equation 42)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(67) = 'ftcycl        '
        boundl(67) = 0.001D0
        boundu(67) = 1.000D0
      end subroutine init_itv_67