From ebcafcb7b86ee1ff828923257ce515f8e3bccc3a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 15 May 2013 11:16:40 +0000
Subject: [PATCH]

---
 Mesh/HighOrder.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp
index c9152069b0..dbc93f24e1 100644
--- a/Mesh/HighOrder.cpp
+++ b/Mesh/HighOrder.cpp
@@ -1122,7 +1122,9 @@ void checkHighOrderTriangles(const char* cc, GModel *m,
       if (disto < 0) bad.push_back(t);
       else if (disto < 0.2) nbfair++;
     }
-    /* FIXME THIS IS WRONG
+    /* 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