elemid_list_type Derived Type

type, public :: elemid_list_type


Inherited by

type~~elemid_list_type~~InheritedByGraph type~elemid_list_type elemid_list_type type~tem_subres_prop_type tem_subres_prop_type type~tem_subres_prop_type->type~elemid_list_type elem

Contents

Source Code


Components

Type Visibility Attributes Name Initial
integer, public, allocatable :: id(:)

Source Code

  type elemid_list_type
    integer, allocatable :: id(:)
  end type elemid_list_type