real_array_is_constant Function

private function real_array_is_constant(array, tol)

Check if an array has constant values

Arguments

TypeIntentOptionalAttributesName
real(kind=dp), intent(in) :: array(:)

the real array to check

real(kind=dp), intent(in), optional :: tol

optional tolerance

Return Value logical


Contents

None