From 718a50bed8a5b54f89987af70f0f57e7d5e1dba5 Mon Sep 17 00:00:00 2001
From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be>
Date: Tue, 12 Aug 2008 15:07:11 +0000
Subject: [PATCH] *** empty log message ***

---
 Mesh/meshGEdge.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp
index 02712b5d3b..ab16b5589f 100644
--- a/Mesh/meshGEdge.cpp
+++ b/Mesh/meshGEdge.cpp
@@ -217,8 +217,7 @@ static void RecursiveIntegration(GEdge *ge, IntPoint * from, IntPoint * to,
     P.p = p1.p + val2;
     Points.push_back(P);
 
-    //List_Read(pPoints, List_Nbr(pPoints) - 1, &p1);
-    to->p=P.p+val3;
+    p1=Points.back();
     to->p = p1.p + val3;
     Points.push_back(*to);
   }
-- 
GitLab