operator(/) Interface

public interface operator(/)

Calls

interface~~operator(SLASH)~~CallsGraph interface~operator(SLASH) operator(/) proc~esmf_timeintervalquoti ESMF_TimeIntervalQuotI interface~operator(SLASH)->proc~esmf_timeintervalquoti proc~esmf_timeintervalquotr ESMF_TimeIntervalQuotR interface~operator(SLASH)->proc~esmf_timeintervalquotr proc~esmf_timeintervalrquot ESMF_TimeIntervalRQuot interface~operator(SLASH)->proc~esmf_timeintervalrquot c_esmc_timeintervalquoti c_esmc_timeintervalquoti proc~esmf_timeintervalquoti->c_esmc_timeintervalquoti proc~esmf_imerrs ESMF_IMErrS proc~esmf_timeintervalquoti->proc~esmf_imerrs proc~esmf_timeintervalgetinit ESMF_TimeIntervalGetInit proc~esmf_timeintervalquoti->proc~esmf_timeintervalgetinit proc~esmf_timeintervalinit ESMF_TimeIntervalInit proc~esmf_timeintervalquoti->proc~esmf_timeintervalinit c_esmc_timeintervalquotr c_esmc_timeintervalquotr proc~esmf_timeintervalquotr->c_esmc_timeintervalquotr proc~esmf_timeintervalquotr->proc~esmf_imerrs proc~esmf_timeintervalquotr->proc~esmf_timeintervalgetinit proc~esmf_timeintervalquotr->proc~esmf_timeintervalinit c_esmc_timeintervalrquot c_esmc_timeintervalrquot proc~esmf_timeintervalrquot->c_esmc_timeintervalrquot proc~esmf_timeintervalrquot->proc~esmf_imerrs proc~esmf_timeintervalrquot->proc~esmf_timeintervalgetinit proc~esmf_initcheckshallow ESMF_InitCheckShallow proc~esmf_imerrs->proc~esmf_initcheckshallow proc~esmf_logfounderror ESMF_LogFoundError proc~esmf_imerrs->proc~esmf_logfounderror esmf_breakpoint esmf_breakpoint proc~esmf_logfounderror->esmf_breakpoint proc~esmf_logrc2msg ESMF_LogRc2Msg proc~esmf_logfounderror->proc~esmf_logrc2msg proc~esmf_logwrite ESMF_LogWrite proc~esmf_logfounderror->proc~esmf_logwrite

Module Procedures

private function ESMF_TimeIntervalRQuot(timeinterval1, timeinterval2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_TimeInterval), intent(in) :: timeinterval1
type(ESMF_TimeInterval), intent(in) :: timeinterval2

Return Value real(kind=ESMF_KIND_R8)

private function ESMF_TimeIntervalQuotI(timeinterval, divisor)

Arguments

Type IntentOptional Attributes Name
type(ESMF_TimeInterval), intent(in) :: timeinterval
integer(kind=ESMF_KIND_I4), intent(in) :: divisor

Return Value type(ESMF_TimeInterval)

private function ESMF_TimeIntervalQuotR(timeinterval, divisor)

Arguments

Type IntentOptional Attributes Name
type(ESMF_TimeInterval), intent(in) :: timeinterval
real(kind=ESMF_KIND_R8), intent(in) :: divisor

Return Value type(ESMF_TimeInterval)