realArrCompInterface Interface

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

Arguments

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

See res and tgt in TestRealArrVal class.

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

See res and tgt in TestRealArrVal class.

Return Value logical

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

Description

Abstract function interface for an array comparisson function.