Skip to content
Snippets Groups Projects
Commit 73adf8aa authored by Louis Montaut's avatar Louis Montaut
Browse files

GJK: fix incompatible assertion check in support function

Checking the max coef is incompatible with the first convergence
criterion of GJK which checks the norm of the current iterate (see first
convergence check in `GJK::evaluate` in `gjk.cpp`).
This convergence check is needed, so it's better to adapt the assertion
than the GJK check itself.
parent de1a40e6
No related branches found
No related tags found
No related merge requests found
Pipeline #36145 passed with warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment