Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_HConfig), | intent(in), | optional | :: | hconfig |
function ESMF_HConfigGetInit(hconfig) ! ! !RETURN VALUE: ESMF_INIT_TYPE :: ESMF_HConfigGetInit ! ! !ARGUMENTS: type(ESMF_HConfig), intent(in), optional :: hconfig ! ! !DESCRIPTION: ! Access deep object init code. ! ! The arguments are: ! \begin{description} ! \item [hconfig] ! HConfig object. ! \end{description} ! !EOPI !------------------------------------------------------------------------------ if (present(hconfig)) then ESMF_HConfigGetInit = ESMF_INIT_GET(hconfig) else ESMF_HConfigGetInit = ESMF_INIT_CREATED endif end function ESMF_HConfigGetInit