init_itv_36 Subroutine

public subroutine init_itv_36()

Uses

  • (36) fbetatry (f-value for equation 24)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_36
        !! <LI> (36) fbetatry (f-value for equation 24)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(36) = 'fbetatry      '
        boundl(36) = 0.001D0
        boundu(36) = 1.000D0
      end subroutine init_itv_36