Remove name of parameter which is only there for matching a function

This commit is contained in:
Andreas Fabri 2025-03-19 08:40:49 +01:00
parent fcfae432e5
commit feaa60ff81
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ template<typename C3t3>
bool positive_orientation_after_edge_split(const typename C3t3::Edge& e,
const typename C3t3::Cell_handle circ,
const typename C3t3::Triangulation::Geom_traits::Point_3& steiner,
const C3t3& c3t3)
const C3t3&)
{
using Point = typename C3t3::Triangulation::Geom_traits::Point_3;