dyn_variable Derived Type

type :: dyn_variable


Inherits

type~~dyn_variable~~InheritsGraph type~dyn_variable dyn_variable type~variable variable type~dyn_variable->type~variable var

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(variable), public, allocatable:: var(:)

Source Code

  type dyn_variable
    type(variable), allocatable :: var(:)
  end type dyn_variable