public interface operator(+)
Functions
public pure function vert_sum_1(a, b)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(vertex), |
intent(in) |
|
| :: |
a | |
type(vertex), |
intent(in) |
|
| :: |
b | |
Return Value type(vector)
public pure function vert_sum_2(a, b)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(vector), |
intent(in) |
|
| :: |
a | |
type(vertex), |
intent(in) |
|
| :: |
b | |
Return Value type(vector)