init_itv_112 Subroutine

public subroutine init_itv_112()

Uses

  • (112) fzeffmax: f-value for max Zeff (f-value for equation 64)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_112
        !! <LI> (112) fzeffmax: f-value for max Zeff (f-value for equation 64)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(112) = 'fzeffmax      '
        boundl(112) = 0.001D0
        boundu(112) = 1.000D0
      end subroutine init_itv_112