From 9aa9a0414faa206e61a89734b60a2eeebd2305ac Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 3 Sep 2010 07:17:18 +0000
Subject: [PATCH]

---
 Mesh/meshGFace.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index 59b3724d76..f622c4e8ef 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -1845,6 +1845,8 @@ void orientMeshGFace::operator()(GFace *gf)
     bool ok = true;
     for(int j = 0; j < e->getNumVertices(); j++){
       SPoint2 p;
+      // FIXME: use inexact reparam because some vertices might not be
+      // exactly on the surface after the 3D Delaunay
       bool ok = reparamMeshVertexOnFace(e->getVertex(j), gf, p, false);
       if(!ok) break;
       param += p;
-- 
GitLab