init_itv_6 Subroutine

public subroutine init_itv_6()

Uses

  • ( 6) dene

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_6
        !! <LI> ( 6) dene
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(6) = 'dene          '
        boundl(6) = 2.00D19
        boundu(6) = 1.00D21
      end subroutine init_itv_6