use template alias

Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
Jane Tournois 2025-05-02 14:36:28 +02:00 committed by GitHub
parent 0b50a227be
commit 96c1b13754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ namespace CGAL
typename SurfacePatchIndex = int,
typename CurveIndex = int,
typename CornerIndex = int>
class Simplicial_mesh_triangulation_3
: public CGAL::Triangulation_3<K,
using Simplicial_mesh_triangulation_3 =
public CGAL::Triangulation_3<K,
CGAL::Triangulation_data_structure_3<
CGAL::Simplicial_mesh_vertex_base_3<K,
SubdomainIndex,