Merge remote-tracking branch 'cgal/6.0.x-branch' into 'master'

This commit is contained in:
Sébastien Loriot 2025-05-07 15:58:42 +02:00
commit 59921c1eb8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ returns one of the halfedges corresponding to `e`.
*/ */
template <typename HalfedgeGraph> template <typename HalfedgeGraph>
boost::graph_traits<HalfedgeGraph>::halfedge_descriptor boost::graph_traits<HalfedgeGraph>::halfedge_descriptor
halfedge(boost::graph_traits<HalfedgeGraph>::edge_descriptor f, const HalfedgeGraph& g); halfedge(boost::graph_traits<HalfedgeGraph>::edge_descriptor e, const HalfedgeGraph& g);
/*! \relates HalfedgeGraph /*! \relates HalfedgeGraph
returns a halfedge with target `v`. returns a halfedge with target `v`.