operator(+) Interface

public interface operator(+)

Module Procedures

public function add_rice_to_rice(rice1, rice2) result(ret)

Arguments

Type IntentOptional Attributes Name
type(Rice_), intent(in) :: rice1
type(Rice_), intent(in) :: rice2

Return Value type(Rice_)