max Interface

public interface max

Calls

interface~~max~~CallsGraph interface~max max proc~tem_time_max tem_time_max interface~max->proc~tem_time_max

Contents


Module Procedures

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

Get the maximum of two time definitions.

Read more…

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.