init_itv_53 Subroutine

public subroutine init_itv_53()

Uses

  • (53) fjprot (f-value for equation 35)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_53
        !! <LI> (53) fjprot (f-value for equation 35)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(53) = 'fjprot        '
        boundl(53) = 0.001D0
        boundu(53) = 1.000D0
      end subroutine init_itv_53