mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 03:31:52 +08:00
Remove junk
This commit is contained in:
parent
de3cbd483d
commit
2cb74013be
@ -206,10 +206,8 @@ public:
|
|||||||
|
|
||||||
namespace bgi = boost::geometry::index;
|
namespace bgi = boost::geometry::index;
|
||||||
|
|
||||||
size_t cnt = 0;
|
|
||||||
auto filter = bgi::satisfies(
|
auto filter = bgi::satisfies(
|
||||||
[this, &pos, min_dist, &cnt](const PointIndexEl &e) {
|
[this, &pos, min_dist](const PointIndexEl &e) {
|
||||||
cnt++;
|
|
||||||
double d = get_distance(pos, e.second);
|
double d = get_distance(pos, e.second);
|
||||||
return m_searchable_indices[e.second] && !isinf(d) && d > min_dist;
|
return m_searchable_indices[e.second] && !isinf(d) && d > min_dist;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user