test_copyOperator Program

Contents


Variables

TypeAttributesNameInitial
type(variable) :: var1
type(dyn_variable) :: dynVar

Derived Types

type :: variable

Components

TypeVisibilityAttributesNameInitial
integer, public, allocatable:: val(:)

type :: dyn_variable

Components

TypeVisibilityAttributesNameInitial
type(variable), public, allocatable:: var(:)