variable Derived Type

type :: variable


Inherited by

type~~variable~~InheritedByGraph type~variable variable type~dyn_variable dyn_variable type~dyn_variable->type~variable var

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer, public, allocatable:: val(:)

Source Code

  type variable
    integer, allocatable :: val(:) 
  end type variable