Skip to content
Snippets Groups Projects
Commit 8b3141c9 authored by Maxime Graulich's avatar Maxime Graulich
Browse files

No commit message

No commit message
parent d977f425
No related branches found
No related tags found
No related merge requests found
...@@ -495,6 +495,7 @@ void meshGEdge::operator() (GEdge *ge) ...@@ -495,6 +495,7 @@ void meshGEdge::operator() (GEdge *ge)
v0->z() = beg_p.z(); v0->z() = beg_p.z();
} }
#if defined(HAVE_ANN)
if (blf && !blf->isEdgeBL(ge->tag())) if (blf && !blf->isEdgeBL(ge->tag()))
{ {
GVertex *g0 = ge->getBeginVertex(); GVertex *g0 = ge->getBeginVertex();
...@@ -521,6 +522,7 @@ void meshGEdge::operator() (GEdge *ge) ...@@ -521,6 +522,7 @@ void meshGEdge::operator() (GEdge *ge)
} }
} }
#endif
ge->meshStatistics.status = GEdge::DONE; ge->meshStatistics.status = GEdge::DONE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment