init_itv_97 Subroutine

public subroutine init_itv_97()

Uses

  • (97) fpsepr (f-value for equation 56)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_97
        !! <LI> (97) fpsepr (f-value for equation 56)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(97) = 'fpsepr        '
        boundl(97) = 0.001D0
        boundu(97) = 1.000D0
      end subroutine init_itv_97