init_itv_51 Subroutine

public subroutine init_itv_51()

Uses

  • (51) fvdump (f-value for equation 34)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_51
        !! <LI> (51) fvdump (f-value for equation 34)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(51) = 'fvdump        '
        boundl(51) = 0.001D0
        boundu(51) = 1.000D0
      end subroutine init_itv_51