From 3cab2d1fa78d3010cebd421146b239562083ce81 Mon Sep 17 00:00:00 2001 From: Thomas Toulorge <thomas.toulorge@mines-paristech.fr> Date: Sun, 26 Oct 2014 17:46:22 +0000 Subject: [PATCH] Removed deprecated comment in OptHomRun --- contrib/HighOrderMeshOptimizer/OptHomRun.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/HighOrderMeshOptimizer/OptHomRun.cpp b/contrib/HighOrderMeshOptimizer/OptHomRun.cpp index cab609a165..57f09d9e23 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomRun.cpp +++ b/contrib/HighOrderMeshOptimizer/OptHomRun.cpp @@ -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; -- GitLab