mirror of https://github.com/CGAL/cgal
Multiple definition of incident_cells
The function has been defined twice, removed second definition.
This commit is contained in:
parent
6209397043
commit
961c90070b
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue