From f5f6b5625516ca153b872425a44da4075df3bb2a Mon Sep 17 00:00:00 2001
From: Pierre-Alexandre Beaufort <pierre-alexandre.beaufort@uclouvain.be>
Date: Thu, 22 Dec 2016 08:12:19 +0000
Subject: [PATCH] eaning up of warnings :-)

---
 Geo/discreteFace.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Geo/discreteFace.cpp b/Geo/discreteFace.cpp
index 9e0cc9d58b..12b5907e17 100644
--- a/Geo/discreteFace.cpp
+++ b/Geo/discreteFace.cpp
@@ -190,7 +190,7 @@ void discreteFace::createGeometry()
   std::vector<MElement*> tem(triangles.begin(),triangles.end());
   triangulation* init = new triangulation(-1, tem,this);
   allEdg2Tri = init->ed2tri;
-  /*
+  
   toSplit.push(init);
   if((toSplit.top())->genus()!=0 || (toSplit.top())->aspectRatio() > eta ||
 				       (toSplit.top())->seamPoint){
@@ -235,7 +235,7 @@ void discreteFace::createGeometry()
     df->replaceEdges(toParam[i]->my_GEdges);
     _atlas.push_back(df);
   }
-*/
+
   crossField();
 #endif
 }
-- 
GitLab