var2d_unit Derived Type

type, public :: var2d_unit


Inherited by

type~~var2d_unit~~InheritedByGraph type~var2d_unit var2d_unit type~masksampler MaskSampler type~masksampler->type~var2d_unit var2d type~historycollection~2 HistoryCollection type~historycollection~2->type~masksampler mask_sampler type~historycollectionvectoriterator~2 HistoryCollectionVectorIterator type~historycollectionvectoriterator~2->type~historycollection~2 elements type~historycollectionvectorriterator~2 HistoryCollectionVectorRIterator type~historycollectionvectorriterator~2->type~historycollection~2 elements type~historycollectionvector~2 HistoryCollectionVector type~historycollectionvector~2->type~historycollection~2 elements

Components

Type Visibility Attributes Name Initial
real(kind=REAL32), public, allocatable :: array_x(:)

Source Code

  type :: var2d_unit
     real(kind=REAL32), allocatable :: array_x(:)
  end type var2d_unit