From c88dee24f19fb529f2849cac4046f96193bba4b0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 15 Sep 2006 02:54:47 +0000
Subject: [PATCH] *** empty log message ***

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

diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index 76fc3c563f..4d8ebc77f3 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -1,4 +1,4 @@
-// $Id: meshGFace.cpp,v 1.15 2006-09-15 00:55:40 geuzaine Exp $
+// $Id: meshGFace.cpp,v 1.16 2006-09-15 02:54:47 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -1077,6 +1077,7 @@ bool shouldRevert(MEdge &reference, std::vector<T*> &elements)
 
 void orientMeshGFace::operator()(GFace *gf)
 {
+  // orients the mesh to match the orientation of the first edge
   std::list<GEdge*> edges = gf->edges();
   std::list<int> ori = gf->orientations();
   if(edges.empty() || ori.empty()) return;
-- 
GitLab