Skip to content
Snippets Groups Projects
Commit 3cab2d1f authored by Thomas Toulorge's avatar Thomas Toulorge
Browse files

Removed deprecated comment in OptHomRun

parent 00d0a42a
No related branches found
No related tags found
No related merge requests found
......@@ -230,8 +230,6 @@ static bool testTriSphereIntersect(SPoint3 A, SPoint3 B, SPoint3 C,
}
// Approximate test of intersection element with circle/sphere by sampling
// This function takes 99% of the CPU !!
static bool testElInDist(const SPoint3 p, double limDist, MElement *el)
{
const double limDistSq = limDist*limDist;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment