mirror of https://github.com/CGAL/cgal
Specify namespace
This commit is contained in:
parent
4bd80e76f3
commit
f1c8a918e4
|
|
@ -1691,7 +1691,7 @@ private:
|
||||||
for(vertex_descriptor v : vertices(m_graph))
|
for(vertex_descriptor v : vertices(m_graph))
|
||||||
{
|
{
|
||||||
std::size_t vertexIndex = get(m_vertexIndexMap, v);
|
std::size_t vertexIndex = get(m_vertexIndexMap, v);
|
||||||
m_vertexIsPseudoSource[vertexIndex] = !is_isolated(v, m_graph) &&
|
m_vertexIsPseudoSource[vertexIndex] = !internal::is_isolated(v, m_graph) &&
|
||||||
(is_saddle_vertex(v) || is_boundary_vertex(v));
|
(is_saddle_vertex(v) || is_boundary_vertex(v));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue