tem_time_max Function

private elemental function tem_time_max(left, right) result(res)

Get the maximum of two time definitions.

This is simply the maximum in each component.

Arguments

TypeIntentOptionalAttributesName
type(tem_time_type), intent(in) :: left

First time operant to compare.

type(tem_time_type), intent(in) :: right

Second time operant to compare.

Return Value type(tem_time_type)

Resulting maximum time of left and right.


Called by

proc~~tem_time_max~~CalledByGraph proc~tem_time_max tem_time_max interface~max max interface~max->proc~tem_time_max

Contents

None