Skip to content
Snippets Groups Projects
Commit 4d9d8541 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

No commit message

No commit message
parent bf66c842
No related branches found
No related tags found
No related merge requests found
......@@ -1382,9 +1382,11 @@ void SetOrderN(GModel *m, int order, bool linear, bool incomplete)
double t2 = Cpu();
highOrderTools hot (m);
hot.ensureMinimumDistorsion(0.1);
checkHighOrderTriangles("final mesh", m, bad, worst);
if (!linear){
highOrderTools hot (m);
hot.ensureMinimumDistorsion(0.1);
checkHighOrderTriangles("final mesh", m, bad, worst);
}
Msg::StatusBar(2, true, "Done meshing order %d (%g s)", order, t2 - t1);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment