Multiple definition of incident_cells

The function has been defined twice, removed second definition.
This commit is contained in:
albert-github 2019-03-10 13:19:55 +01:00
parent 6209397043
commit 961c90070b
1 changed files with 0 additions and 9 deletions

View File

@ -238,15 +238,6 @@ template <class OutputIterator>
OutputIterator
incident_cells(Vertex_handle v, OutputIterator cells) const;
/*!
Copies the `Cell_handle`s of all cells incident to `v` to the output
iterator `cells`. If `t.dimension() < 3`, then do nothing.
Returns the resulting output iterator.
*/
template <class OutputIterator>
OutputIterator
incident_cells(Vertex_handle v, OutputIterator cells) const;
/*!
Tests whether `p` is a vertex of `t` by locating `p` in
the triangulation. If `p` is found, the associated vertex `v`