MAPL_LocStreamXformIsAssociated Function

public function MAPL_LocStreamXformIsAssociated(Xform, RC)

Arguments

Type IntentOptional Attributes Name
type(MAPL_LocStreamXform), intent(in) :: Xform
integer, intent(out), optional :: RC

Return Value logical


Calls

proc~~mapl_locstreamxformisassociated~~CallsGraph proc~mapl_locstreamxformisassociated MAPL_LocStreamXformIsAssociated proc~mapl_return MAPL_Return proc~mapl_locstreamxformisassociated->proc~mapl_return at at proc~mapl_return->at insert insert proc~mapl_return->insert proc~mapl_throw_exception MAPL_throw_exception proc~mapl_return->proc~mapl_throw_exception

Source Code

  logical function MAPL_LocStreamXformIsAssociated(Xform, RC)
    type(MAPL_LocStreamXform),            intent(IN   ) :: Xform
    integer, optional,                    intent(  OUT) :: RC



    MAPL_LocStreamXformIsAssociated = associated(Xform%Ptr)

    _RETURN(ESMF_SUCCESS)
  end function MAPL_LocStreamXformIsAssociated