Skip to content

The description of halfedge() has a typo #8877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
efifogel opened this issue May 7, 2025 · 0 comments
Closed

The description of halfedge() has a typo #8877

efifogel opened this issue May 7, 2025 · 0 comments

Comments

@efifogel
Copy link
Member

efifogel commented May 7, 2025

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 typo

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.):
sloriot added a commit that referenced this issue May 7, 2025
## Summary of Changes

`f` -> `e`

## Release Management

* Affected package(s): BGL
* Issue(s) solved (if any): fix #8877
* License and copyright ownership: unchanged
@afabri afabri closed this as completed May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants