Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_XGrid), | intent(in), | optional | :: | d |
function ESMF_XGridGetInit(d) ! ! !ARGUMENTS: type(ESMF_XGrid), intent(in), optional :: d ESMF_INIT_TYPE :: ESMF_XGridGetInit ! ! !DESCRIPTION: ! Get the initialization status of the Deep class {\tt xgrid}. ! ! The arguments are: ! \begin{description} ! \item [s] ! {\tt ESMF\_XGrid} from which to retrieve status. ! \end{description} ! !EOPI if (present(d)) then ESMF_XGridGetInit = ESMF_INIT_GET(d) else ESMF_XGridGetInit = ESMF_INIT_CREATED endif end function ESMF_XGridGetInit