init_itv_63 Subroutine

public subroutine init_itv_63()

Uses

  • (63) ftpeak (f-value for equation 39)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_63
        !! <LI> (63) ftpeak (f-value for equation 39)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(63) = 'ftpeak        '
        boundl(63) = 0.001D0
        boundu(63) = 1.000D0
      end subroutine init_itv_63