Replace CHECK to ASSERT for IsPolygonCCW() in feature_sorter.cpp.

This commit is contained in:
Yury Melnichek 2011-04-25 13:16:37 +02:00 committed by Alex Zolotarev
parent 1f9d7c27c4
commit 156257ef83

View file

@ -300,7 +300,7 @@ namespace feature
if (!IsPolygonCCW(points.begin(), points.end()))
{
reverse(points.begin(), points.end());
CHECK ( IsPolygonCCW(points.begin(), points.end()), (points) );
ASSERT ( IsPolygonCCW(points.begin(), points.end()), (points) );
}
size_t const index = FindSingleStrip(count,