nl_table_t Derived Type

type, public :: nl_table_t


Contents

Source Code


Components

TypeVisibility AttributesNameInitial
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