You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boost::graph_traits<HalfedgeGraph>::halfedge_descriptor
halfedge(boost::graph_traits<HalfedgeGraph>::edge_descriptor f,
const HalfedgeGraph &g)
returns one of the halfedges corresponding to e.
Should be e (and not f).
Environment
Operating system (Windows/Mac/Linux, 32/64 bits):
Compiler:
Release or debug mode:
Specific flags used (if any):
CGAL version:
Boost version:
Other libraries versions if used (Eigen, TBB, etc.):
The text was updated successfully, but these errors were encountered:
Issue Details
The description of
halfedge()
in the reference manual of the concept HalfedgeGraph of the package CGAL 6.0.1 - CGAL and the Boost Graph Library has a typoShould be
e
(and notf
).Environment
The text was updated successfully, but these errors were encountered: