realCompInterface Interface

interface
public function realCompInterface(res, tgt) result(comp)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in) :: res

Result being tested.

real(kind=wp), intent(in) :: tgt

Target value used to compare result to.

Return Value logical

Return whether or not the test succeeded based on a comparrison.

Description

Abstract function interface for a value comparisson function.