mirror of https://github.com/CGAL/cgal
avoid redefinition of Polyline
This commit is contained in:
parent
26130f161d
commit
2c98528a97
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue