From 961c90070bbf8dc879ac024d329a2b5ee14e1a25 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 10 Mar 2019 13:19:55 +0100 Subject: [PATCH] Multiple definition of incident_cells The function has been defined twice, removed second definition. --- .../Surface_mesher/Concepts/SurfaceMeshTriangulation_3.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshTriangulation_3.h b/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshTriangulation_3.h index b489a09d628..16cc947d83f 100644 --- a/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshTriangulation_3.h +++ b/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshTriangulation_3.h @@ -238,15 +238,6 @@ template 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 -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`