From 0802171bfe628131d5bd2a5bc4b1ebba6d2af3c6 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 27 Jan 2014 15:18:58 +0000 Subject: [PATCH] --- Mesh/HighOrder.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp index bbf1c9051e..495571b066 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1230,9 +1230,7 @@ void checkHighOrderTriangles(const char* cc, GModel *m, if (disto < 0) bad.push_back(t); else if (disto < 0.2) nbfair++; } - /* FIXME THIS IS WRONG (crashes in distoShapeMesure -- see comment in - bez2LagPoints in JacobianBasis.cpp) - + /* for(unsigned int i = 0; i < (*it)->quadrangles.size(); i++){ MQuadrangle *t = (*it)->quadrangles[i]; double disto_ = t->distoShapeMeasure(); -- GitLab