This commit is contained in:
Andreas Fabri 2014-12-03 19:18:30 +01:00
parent 1606841d22
commit ca2c8a79e1
1 changed files with 1 additions and 1 deletions

View File

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