Skip to content
Snippets Groups Projects
Commit dba15f43 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

No commit message

No commit message
parent 36f86cb0
No related branches found
No related tags found
No related merge requests found
...@@ -1138,8 +1138,10 @@ void GModel::createTopologyFromFaces(std::vector<discreteFace*> &discFaces) ...@@ -1138,8 +1138,10 @@ void GModel::createTopologyFromFaces(std::vector<discreteFace*> &discFaces)
// associates the MEdges with the tags of the adjacent faces // associates the MEdges with the tags of the adjacent faces
std::map<MEdge, std::vector<int>, Less_Edge > map_edges; std::map<MEdge, std::vector<int>, Less_Edge > map_edges;
for (std::vector<discreteFace*>::iterator it = discFaces.begin(); 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); (*it)->findEdges(map_edges);
}
//return if no boundary edges (torus, sphere, ...) //return if no boundary edges (torus, sphere, ...)
if (map_edges.empty()) return; if (map_edges.empty()) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment