operator (+) Interface

public interface operator (+)

Calls

interface~~operator (+)~20~~CallsGraph interface~operator (+)~20 operator (+) proc~ch_add ch_add interface~operator (+)~20->proc~ch_add

Module Procedures

public function ch_add(cho1, cho2) result(cho3)

Arguments

Type IntentOptional Attributes Name
type(ch_output), intent(in) :: cho1
type(ch_output), intent(in) :: cho2

Return Value type(ch_output)