remove extra template parameter

This commit is contained in:
Jane Tournois 2020-04-22 15:50:43 +02:00
parent 977185466a
commit adaa8e02bb
1 changed files with 1 additions and 2 deletions

View File

@ -279,8 +279,7 @@ void tetrahedral_isotropic_remeshing(
}
template<typename Tr,
typename CornerIndex, typename CurveIndex,
typename NamedParameters>
typename CornerIndex, typename CurveIndex>
void tetrahedral_isotropic_remeshing(
CGAL::Mesh_complex_3_in_triangulation_3<Tr, CornerIndex, CurveIndex>& c3t3,
const double& target_edge_length)