Skip to content

Fix logic when tolerance is 0

If t == 1.0, the logic for determining that t is 1.0 was incorrect when the tolerance is 0.0.

Merge request reports