init_itv_27 Subroutine

public subroutine init_itv_27()

Uses

  • (27) fhldiv (f-value for equation 18)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_27
        !! <LI> (27) fhldiv (f-value for equation 18)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(27) = 'fhldiv        '
        boundl(27) = 0.001D0
        boundu(27) = 1.000D0
      end subroutine init_itv_27