dm_log_equals Function

public pure elemental function dm_log_equals(log1, log2) result(equals)

Returns .true. if given logs are equal.

Arguments

Type IntentOptional Attributes Name
type(log_type), intent(in) :: log1

The first log.

type(log_type), intent(in) :: log2

The second log.

Return Value logical


Called by

proc~~dm_log_equals~~CalledByGraph proc~dm_log_equals dm_log_equals interface~operator (==)~3 operator (==) interface~operator (==)~3->proc~dm_log_equals