Rename function: collect_duplications -> collect_duplicates
more english correct name
This commit is contained in:
parent
d330bbc54b
commit
b1f9d50aad
5 changed files with 11 additions and 11 deletions
|
@ -158,7 +158,7 @@ bool has_duplicate_points(std::vector<Point> &&pts)
|
|||
return false;
|
||||
}
|
||||
|
||||
Points collect_duplications(Points pts /* Copy */)
|
||||
Points collect_duplicates(Points pts /* Copy */)
|
||||
{
|
||||
std::stable_sort(pts.begin(), pts.end());
|
||||
Points duplicits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue