Skip to content

Commit

Permalink
Removed unused local type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyweiss committed Jun 21, 2021
1 parent bedb3e0 commit 29d3bce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/axom/primal/operators/detail/intersect_bezier_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bool intersect_bezier_curves(const BezierCurve<T, NDIMS> &c1,
* As such, the we do not consider the lines to intersect if they do so
* at the endpoints \a b or \d, respectively.
*
* \note This function assumes the all intersections have multiplicity
* \note This function assumes the all intersections have multiplicity
* one, i.e. there are no points at which the curves and their derivatives
* both intersect. Thus, the function does not find tangencies.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ class DirectionalWalk
*/
void findIntersectionRegions(std::vector<CurvedPolygonType>& pnew)
{
using EdgeIndex = Junction::EdgeIndex;

PolygonEdge currentEdge[2] = {PolygonEdge(0, edgelabels[0]),
PolygonEdge(1, edgelabels[1])};

Expand Down

0 comments on commit 29d3bce

Please sign in to comment.