ESMF_Config Derived Type

type, public :: ESMF_Config
sequence


Components

Type Visibility Attributes Name Initial
integer(kind=ESMF_KIND_I8), public :: isInit = 76838410
type(ESMF_ConfigClass), public, pointer :: cptr => null()

Source Code

       type ESMF_Config
#ifndef ESMF_SEQUENCE_BUG
#ifndef ESMF_NO_SEQUENCE
          sequence
#endif
#endif
          !private       
          type (ESMF_ConfigClass), pointer :: cptr => null ()
          ESMF_INIT_DECLARE
       end type ESMF_Config