init_itv_9 Subroutine

public subroutine init_itv_9()

Uses

  • ( 9) fdene (f-value for equation 5)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_9
        !! <LI> ( 9) fdene (f-value for equation 5)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(9) = 'fdene         '
        boundl(9) = 0.001D0
        boundu(9) = 1.000D0
      end subroutine init_itv_9