init_itv_32 Subroutine

public subroutine init_itv_32()

Uses

  • (32) frminor (f-value for equation 21)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_32
        !! <LI> (32) frminor (f-value for equation 21)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(32) = 'frminor       '
        boundl(32) = 0.001D0
        boundu(32) = 1.000D0
      end subroutine init_itv_32