From 2a004599004b7f6c8aa7f15ebb360417f31883ab Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 28 Aug 2012 08:35:19 +0000 Subject: [PATCH] --- Mesh/meshGEdge.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp index 04a4cec2c8..373cbf9c34 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -376,7 +376,7 @@ void meshGEdge::operator() (GEdge *ge) a = Integration(ge, t_begin, t_end, F_Lc, Points, CTX::instance()->mesh.lcIntegrationPrecision); } - + // we should maybe provide an option to disable the smoothing for (unsigned int i = 0; i < Points.size(); i++){ IntPoint &pt = Points[i]; @@ -388,7 +388,7 @@ void meshGEdge::operator() (GEdge *ge) } // force odd number of points for if blossom is used for recombination - if(ge->meshAttributes.Method != MESH_TRANSFINITE && + if(ge->meshAttributes.Method != MESH_TRANSFINITE && CTX::instance()->mesh.algoRecombine == 1 && N % 2 == 0){ if(CTX::instance()->mesh.recombineAll){ N++; -- GitLab