avoid redefinition of Polyline

This commit is contained in:
Jane Tournois 2025-09-29 11:32:53 +02:00
parent 26130f161d
commit 2c98528a97
1 changed files with 0 additions and 2 deletions

View File

@ -968,8 +968,6 @@ private:
private:
typedef std::map<Point_3,Corner_index> Corners;
typedef Mesh_3::internal::Polyline<GT> Polyline;
typedef std::map<Curve_index, Polyline> Edges;
typedef std::map<Curve_index, Surface_patch_index_set > Edges_incidences;
typedef std::map<Corner_index, std::set<Curve_index> > Corners_tmp_incidences;