mirror of https://github.com/CGAL/cgal
tiny modification
This commit is contained in:
parent
e5e7d6c917
commit
3d8e34e606
|
|
@ -44,9 +44,9 @@ int main(void)
|
|||
|
||||
//way 1 begin
|
||||
CGAL::wlop_simplify_and_regularize_point_set<CGAL::Parallel_tag>(
|
||||
points.begin(),
|
||||
points.end(),
|
||||
back_inserter(output));
|
||||
points.begin(),
|
||||
points.end(),
|
||||
back_inserter(output));
|
||||
//way 1 end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue