index_list_type Derived Type

type, public :: index_list_type

FIXME : Add documentation


Contents

Source Code


Components

Type Visibility Attributes Name Initial
integer, public, dimension (:), allocatable :: first
integer, public, dimension (:), allocatable :: second
integer, public, dimension (:), allocatable :: third
integer, public, dimension (:), allocatable :: fourth
integer, public, dimension (:), allocatable :: fifth
integer, public, dimension (:), allocatable :: sixth

Source Code

  type :: index_list_type
     integer, dimension (:), allocatable :: first
     integer, dimension (:), allocatable :: second
     integer, dimension (:), allocatable :: third
     integer, dimension (:), allocatable :: fourth
     integer, dimension (:), allocatable :: fifth
     integer, dimension (:), allocatable :: sixth
  end type index_list_type