Skip to content

Commit

Permalink
Prevent bad edge_descriptor links
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastien Loriot <[email protected]>
  • Loading branch information
MaelRL and sloriot authored Jan 20, 2025
1 parent 01dad27 commit 13c1e4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class MinMaxEdgeLength
* @tparam ConcurrencyTag enables sequential versus parallel algorithm. Possible values are
* `Sequential_tag`, `Parallel_tag`, and `Parallel_if_available_tag`.
* @tparam EdgeRange a model of `Range` whose iterator type is `InputIterator` with value type
* `boost::graph_traits<PolygonMesh>::edge_descriptor`.
* `boost::graph_traits<PolygonMesh>::%edge_descriptor`.
* @tparam PolygonMesh a model of `HalfedgeGraph`
* @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
*
Expand Down Expand Up @@ -1466,7 +1466,7 @@ class MinMaxDihedralAngle
* \tparam ConcurrencyTag enables sequential versus parallel algorithm. Possible values are
* `Sequential_tag`, `Parallel_tag`, and `Parallel_if_available_tag`.
* \tparam EdgeRange a model of `Range` whhose iterator type is `InputIterator` with value type
* `boost::graph_traits<PolygonMesh>::edge_descriptor`.
* `boost::graph_traits<PolygonMesh>::%edge_descriptor`.
* \tparam TriangleMesh a model of `HalfedgeListGraph`
* \tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
*
Expand Down

0 comments on commit 13c1e4c

Please sign in to comment.