LU_Bound Derived Type

type, public :: LU_Bound


Components

Type Visibility Attributes Name Initial
integer, public :: lower
integer, public :: upper

Source Code

   type :: LU_Bound
      integer :: lower
      integer :: upper
   end type LU_Bound