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