Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_LogPrivate), | intent(in), | optional | :: | s |
function ESMF_LogPrivateGetInit(s) ! ! !RETURN VALUE: ESMF_INIT_TYPE :: ESMF_LogPrivateGetInit ! ! !ARGUMENTS: type(ESMF_LogPrivate), intent(in), optional :: s ! ! !DESCRIPTION: ! Get the initialization status of the shallow class {\tt logprivate}. ! ! The arguments are: ! \begin{description} ! \item [s] ! {\tt ESMF\_LogPrivate} from which to retrieve status. ! \end{description} ! !EOPI if (present(s)) then ESMF_LogPrivateGetInit = ESMF_INIT_GET(s) else ESMF_LogPrivateGetInit = ESMF_INIT_DEFINED endif end function ESMF_LogPrivateGetInit