mirror of https://github.com/CGAL/cgal
Fix and locally tested
This commit is contained in:
parent
aa8da893c2
commit
97be3701e1
|
|
@ -578,7 +578,7 @@ MainWindow::loadWKT(QString filename)
|
|||
cdt.insert_constraint(p.outer_boundary().vertices_begin(), p.outer_boundary().vertices_end(),true);
|
||||
|
||||
for(Polygon::Hole_const_iterator h_it = p.holes_begin(); h_it != p.holes_end(); ++h_it){
|
||||
cdt.insert_constraint(h_it->vertices_begin(); e_it != h_it->vertices_end(),true);
|
||||
cdt.insert_constraint(h_it->vertices_begin(), h_it->vertices_end(),true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue