wf_table_t Derived Type

type, public :: wf_table_t


Contents

Source Code


Components

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

Source Code

type, public :: wf_table_t
   type(wf_t), pointer :: p => null()
end type wf_table_t