From ccec581f3a490abfb999fc233758d991f3d1466a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 24 Nov 2015 09:15:26 +0000 Subject: [PATCH] pp --- Geo/GEdge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/GEdge.cpp b/Geo/GEdge.cpp index d181243de5..cde04f2748 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -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()); -- GitLab