init_itv_95 Subroutine

public subroutine init_itv_95()

Uses

  • (95) fptfnuc (f-value for equation 54)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_95
        !! <LI> (95) fptfnuc (f-value for equation 54)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(95) = 'fptfnuc       '
        boundl(95) = 0.001D0
        boundu(95) = 1.000D0
      end subroutine init_itv_95