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