Merge pull request #242 from mkaravel/fix/is_valid_polygon_fix_comment

[algorithms][is_valid] fix comment
This commit is contained in:
Adam Wulkiewicz
2015-03-05 14:17:24 +01:00

View File

@@ -129,7 +129,7 @@ protected:
};
// structs from partition -- start
// structs for partition -- start
struct expand_box
{
template <typename Box, typename Iterator>