mirror of https://github.com/CGAL/cgal
removed a warning in examples
This commit is contained in:
parent
5b2d379a39
commit
d24e9ee884
|
|
@ -16,8 +16,7 @@ int main()
|
|||
points.push_back(Point_2(3.0,0.0));
|
||||
|
||||
Line_2 line;
|
||||
FT quality = linear_least_squares_fitting_2(points.begin(),
|
||||
points.end(),
|
||||
line);
|
||||
linear_least_squares_fitting_2(points.begin(),points.end(),line);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue