Skip to content
Snippets Groups Projects
Commit ccec581f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent dc0c02ed
No related branches found
No related tags found
No related merge requests found
......@@ -562,7 +562,7 @@ void GEdge::relocateMeshVertices()
}
}
SPoint3 GEdge :: closestPoint (SPoint3 &p, double tolerance)
SPoint3 GEdge::closestPoint(SPoint3 &p, double tolerance)
{
if (!_cp || _cp->tol() != tolerance) {
if(_cp)printf("coucou %12.15E %22.15E \n",tolerance,_cp->tol());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment