Skip to content
Snippets Groups Projects
Commit dfb7dee1 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

replacing tab for space character

parent 6e2dbc81
No related branches found
No related tags found
No related merge requests found
......@@ -2396,6 +2396,8 @@ void meshGFace::operator() (GFace *gf, bool print)
deMeshGFace dem;
dem(gf);
// FIXME: if transfinite surface, impossible to use ALGO_3D_RTREE
// because meshGenerator never called
if(MeshTransfiniteSurface(gf)) return;
if(MeshExtrudedSurface(gf)) return;
if(gf->meshMaster() != gf){
......
......@@ -25,6 +25,7 @@ static double objective_function (double xi, MVertex *ver,
minQual = std::min((lt[i]->minSICNShapeMeasure()), minQual);
else
minQual = std::min(fabs(lt[i]->minSICNShapeMeasure()), minQual);
// minQual = std::min(lt[i]->minAnisotropyMeasure(), minQual);
}
ver->x() = x;
ver->y() = y;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment