Operator >.
type(vector) :: pt(1:2)
pt(1) = ex + ey + ez
pt(2) = pt(1) + 1
print "(L1)", pt(2) > pt(1)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vector), | intent(in) | :: | lhs | Left hand side. |
||
| type(vector), | intent(in) | :: | rhs | Right hand side. |
The result of the comparison.