mirror of https://github.com/CGAL/cgal
Clean-up
This commit is contained in:
parent
7682e0265f
commit
4c2dbee682
|
|
@ -361,12 +361,8 @@ private:
|
|||
//***************************************************
|
||||
|
||||
const int NUM_NEIGHBORS = 150;
|
||||
KNS_range const& ins_range =
|
||||
KNS_range ins_range =
|
||||
m_points_ds.query_ANN(center_pt, NUM_NEIGHBORS);
|
||||
/*const int NUM_NEIGHBORS = 150;
|
||||
std::size_t nearest_nb[NUM_NEIGHBORS];
|
||||
for (int ii = 0 ; ii < NUM_NEIGHBORS ; ++ii)
|
||||
nearest_nb[ii] = ii;*/
|
||||
|
||||
// First, compute the projected points
|
||||
std::vector<Tr_point> projected_points;
|
||||
|
|
|
|||
Loading…
Reference in New Issue