Comment out a useless empty loop
This commit is contained in:
parent
bbae3a98a6
commit
68dc3066d4
1 changed files with 9 additions and 9 deletions
|
@ -412,15 +412,15 @@ void TGClipper::merge_slivers( TGPolyList& clipped, TGPolygon& slivers ) {
|
|||
// cout << "press return: ";
|
||||
// string input;
|
||||
// cin >> input;
|
||||
} else {
|
||||
/* cout << " poly not a match" << endl;
|
||||
cout << " original = " << original_contours
|
||||
<< " result = " << result_contours << endl;
|
||||
cout << " sliver = " << endl; */
|
||||
for ( k = 0; k < (int)contour.size(); ++k ) {
|
||||
// cout << " " << contour[k].x() << ", "
|
||||
// << contour[k].y() << endl;
|
||||
}
|
||||
//} else {
|
||||
// cout << " poly not a match" << endl;
|
||||
// cout << " original = " << original_contours
|
||||
// << " result = " << result_contours << endl;
|
||||
// cout << " sliver = " << endl;
|
||||
// for ( k = 0; k < (int)contour.size(); ++k ) {
|
||||
// cout << " " << contour[k].x() << ", "
|
||||
// << contour[k].y() << endl;
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue