Add two time definitions to each other (provides the plus operator).
Entries set to huge (never) will be kept as this, all other entries are simply added to each other.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_time_type), | intent(in) | :: | left | First operant in the addition of times. |
||
type(tem_time_type), | intent(in) | :: | right | Second operant in the addition of times. |
Resulting sum of left and right.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | nvrReal | ||||
integer, | private | :: | nvrInt |