sl_table_t Derived Type

type, public :: sl_table_t


Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(slps_t), public, pointer:: p=> null()

Source Code

type, public :: sl_table_t
   type(slps_t), pointer :: p => null()
end type sl_table_t