tem_time_subtract_time Function

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

Subtract right time definition from left (provides the minus operator).

Entries set to huge (never) will be kept as this, all other entries are simply subtracted.

Arguments

TypeIntentOptionalAttributesName
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.

Return Value type(tem_time_type)

Resulting sum of left and right.


Called by

proc~~tem_time_subtract_time~~CalledByGraph proc~tem_time_subtract_time tem_time_subtract_time interface~operator(-) operator(-) interface~operator(-)->proc~tem_time_subtract_time

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: nvrReal
integer, private :: nvrInt