mirror of https://github.com/CGAL/cgal
fix typo
This commit is contained in:
parent
1606841d22
commit
ca2c8a79e1
|
|
@ -94,7 +94,7 @@ int main()
|
|||
|
||||
|
||||
for(std::list<Polyline_2>::iterator it = polylines.begin(); it!= polylines.end(); ++it){
|
||||
Polyline& poly = *it;
|
||||
Polyline_2& poly = *it;
|
||||
std::size_t n;
|
||||
if(poly.front() == poly.back()){
|
||||
std::cout << "POLYGON" << std::endl;
|
||||
|
|
|
|||
Loading…
Reference in New Issue