nl_table_t Derived Type

type, public :: nl_table_t


Contents

Source Code


Components

Type Visibility Attributes Name Initial
type(nlpj_t), public, pointer :: p => null()

Source Code

type, public :: nl_table_t
   type(nlpj_t), pointer :: p => null()
end type nl_table_t