From 3d8e34e6060b3aef6757d7b2e6caebf86e61732e Mon Sep 17 00:00:00 2001 From: Shihao Wu Date: Mon, 24 Feb 2014 18:31:58 +0800 Subject: [PATCH] tiny modification --- .../wlop_simplify_and_regularize_point_set_example.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Point_set_processing_3/examples/Point_set_processing_3/wlop_simplify_and_regularize_point_set_example.cpp b/Point_set_processing_3/examples/Point_set_processing_3/wlop_simplify_and_regularize_point_set_example.cpp index e5a0b45b303..ec99d1b1630 100644 --- a/Point_set_processing_3/examples/Point_set_processing_3/wlop_simplify_and_regularize_point_set_example.cpp +++ b/Point_set_processing_3/examples/Point_set_processing_3/wlop_simplify_and_regularize_point_set_example.cpp @@ -44,9 +44,9 @@ int main(void) //way 1 begin CGAL::wlop_simplify_and_regularize_point_set( - points.begin(), - points.end(), - back_inserter(output)); + points.begin(), + points.end(), + back_inserter(output)); //way 1 end