tiny modification

This commit is contained in:
Shihao Wu 2014-02-24 18:31:58 +08:00
parent e5e7d6c917
commit 3d8e34e606
1 changed files with 3 additions and 3 deletions

View File

@ -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