From dba15f43efad4a0b86b2a646bc7719c6e2644483 Mon Sep 17 00:00:00 2001
From: Emilie Marchandise <emilie.marchandise@uclouvain.be>
Date: Thu, 15 Apr 2010 15:55:46 +0000
Subject: [PATCH]

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

diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp
index cdbd9c3750..a06251f2e7 100644
--- a/Geo/GModel.cpp
+++ b/Geo/GModel.cpp
@@ -1138,8 +1138,10 @@ void GModel::createTopologyFromFaces(std::vector<discreteFace*> &discFaces)
   // associates the MEdges with the tags of the adjacent faces
   std::map<MEdge, std::vector<int>, Less_Edge > map_edges;
   for (std::vector<discreteFace*>::iterator it = discFaces.begin(); 
-       it != discFaces.end(); it++)
+       it != discFaces.end(); it++){
+    printf("face %g recom =%d\n", (*it)->tag(),(*it)->meshAttributes.Recombine );
     (*it)->findEdges(map_edges);
+  }
 
   //return if no boundary edges (torus, sphere, ...)
   if (map_edges.empty()) return;
-- 
GitLab