Merge pull request #5384 from gdamiand/Surface_mesh_topology-warning-gdamiand

Warning in surface mesh topology
This commit is contained in:
Laurent Rineau 2021-02-18 15:19:18 +01:00
commit 7e3969578c
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ public:
Light_MQ(const Local_map& m): m_map(m)
{}
Light_MQ(const Light_MQ&) = default;
const Local_map& get_local_map() const
{ return m_map; }
@ -141,6 +142,8 @@ public:
#endif //CGAL_PWRLE_TURN_V2
{}
Path_on_surface_with_rle(const Self&) = default;
/// Creates a Path_on_surface_with_rle from a Path_on_surface.
/// If use_only_positive, consider only positive flats and not negative ones.
/// If use_only_negative, consider only negative flats and not positive ones.