Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelRL committed Aug 3, 2023
1 parent b4e207a commit 330ff2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ class Alpha_wrap_3
// return geom_traits().compute_squared_distance_3_object()(m_dt.point(c, 0), cc);
// };

// the reasonning behind using longest edge rather than volume is that we want to avoid
// the reasoning behind using longest edge rather than volume is that we want to avoid
// spikes (which would have a small volume), and can often happen since we do not spend
// any care on the quality of tetrahedra.
auto sq_longest_edge = [&](Cell_handle c) -> FT
Expand Down

0 comments on commit 330ff2e

Please sign in to comment.