Bugfix: ==

This commit is contained in:
Clement Jamin 2015-06-25 20:35:50 +02:00
parent fa3b2d9bea
commit aa81039e07
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ Regular_triangulation<RTTraits, TDS>
typename RTTraits::Point_weight_d pw =
geom_traits().point_weight_d_object();
if (pw(p) = pw(v->point()))
if (pw(p) == pw(v->point()))
return v;
// If dim == 0 and the new point has a bigger weight,
// we replace the point