add Interface

interface
private pure module function add(lhs, rhs) result(total)

Arguments

Type IntentOptional Attributes Name
class(subdomain_t), intent(in) :: lhs
type(subdomain_t), intent(in) :: rhs

Return Value type(subdomain_t)