diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp index 04a4cec2c8911d9aca872cb1816fa6649fc8c570..373cbf9c341fc72f355625829bae570d53b9783e 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++;