ioData Derived Type

type, public :: ioData
sequence


Components

Type Visibility Attributes Name Initial
type(ESMFIOLayout), public, pointer :: IOLayout(:) => null()

Source Code

  type ioData
#ifndef ESMF_SEQUENCE_BUG
#ifndef ESMF_NO_SEQUENCE
    sequence
#endif
#endif
    type(ESMFIOLayout), pointer :: IOLayout(:) => null()
  end type ioData