diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp index 026a3f6b719c82ca1d6e8aa554e9ca7126c0f8dc..9d75f9192ef74c05e3b02f086824bb091efed775 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1353,7 +1353,7 @@ void SetOrderN(GModel *m, int order, bool linear, bool incomplete) // we do that model face by model face std::vector<MElement*> bad; double worst; - printJacobians(m, "smoothness_b.pos"); + // printJacobians(m, "smoothness_b.pos"); if (displ2D){ checkHighOrderTriangles("Before optimization", m, bad, worst); for(GModel::fiter it = m->firstFace(); it != m->lastFace(); ++it) @@ -1377,7 +1377,7 @@ void SetOrderN(GModel *m, int order, bool linear, bool incomplete) if(displ2D) delete displ2D; if(displ3D) delete displ3D; - printJacobians(m, "smoothness.pos"); + // printJacobians(m, "smoothness.pos"); double t2 = Cpu(); Msg::StatusBar(2, true, "Done meshing order %d (%g s)", order, t2 - t1);