From fc1cda588efb516ab88edb4c03aee44ebe68f963 Mon Sep 17 00:00:00 2001 From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be> Date: Wed, 24 Nov 2010 14:14:48 +0000 Subject: [PATCH] --- Geo/GFace.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp index cfd2b53a77..51b97ac44e 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1206,7 +1206,7 @@ void GFace::moveToValidRange(SPoint2 &pt) const } void GFace::addLayersOfQuads(int nLayers, GVertex *gv, double hmin, double ratio){ - + /* std::list<GEdgeLoop>::iterator it = edgeLoops.begin(); for (; it != edgeLoops.end(); ++it){ bool found = false; @@ -1226,6 +1226,7 @@ void GFace::addLayersOfQuads(int nLayers, GVertex *gv, double hmin, double ratio } } } + */ } -- GitLab