are_convertible Interface

public interface are_convertible

Called by

interface~~are_convertible~~CalledByGraph interface~are_convertible are_convertible proc~test_are_convertible test_are_convertible proc~test_are_convertible->interface~are_convertible proc~test_are_not_convertible test_are_not_convertible proc~test_are_not_convertible->interface~are_convertible

Module Procedures

private function are_convertible_udunit(unit1, unit2, rc) result(convertible)

Arguments

Type IntentOptional Attributes Name
type(UDUnit), intent(in) :: unit1
type(UDUnit), intent(in) :: unit2
integer, intent(out), optional :: rc

Return Value logical

private function are_convertible_str(from, to, rc) result(convertible)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: from
character(len=*), intent(in) :: to
integer, intent(out), optional :: rc

Return Value logical