ArrPtr Derived Type

type, public :: ArrPtr


Inherited by

type~~arrptr~~InheritedByGraph type~arrptr ArrPtr type~mapl_commrequest MAPL_CommRequest type~mapl_commrequest->type~arrptr Buff type~mapl_cfio MAPL_CFIO type~mapl_cfio->type~mapl_commrequest reqs type~historycollection~2 HistoryCollection type~historycollection~2->type~mapl_cfio MCFIO 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, public, pointer :: A(:,:)

Source Code

  type ArrPtr
     real, pointer :: A(:,:)
  end type ArrPtr