index_map Derived Type

type, private :: index_map

FIXME : Add documentation


Contents

Source Code


Components

Type Visibility Attributes Name Initial
integer, public :: nn
integer, public, dimension (:), allocatable :: k
integer, public, dimension (:), allocatable :: l
integer, public, dimension (:), allocatable :: m
integer, public, dimension (:), allocatable :: n
integer, public, dimension (:), allocatable :: o
integer, public, dimension (:), allocatable :: p

Source Code

  type :: index_map
     integer :: nn
     integer, dimension (:), allocatable :: k
     integer, dimension (:), allocatable :: l
     integer, dimension (:), allocatable :: m
     integer, dimension (:), allocatable :: n
     integer, dimension (:), allocatable :: o
     integer, dimension (:), allocatable :: p
  end type index_map