mirror of https://github.com/CGAL/cgal
Fix Snap_rounding
This commit is contained in:
parent
c548eee5c7
commit
6b4ecd0f32
|
|
@ -591,7 +591,7 @@ public:
|
||||||
iter->first->search(std::back_inserter(result), b);
|
iter->first->search(std::back_inserter(result), b);
|
||||||
|
|
||||||
// create result
|
// create result
|
||||||
result_list.empty();
|
CGAL_assertion(result_list.empty());
|
||||||
|
|
||||||
for( Point_with_hot_pixel_history_saved_iter my_point_iter = result.begin(); my_point_iter != result.end(); ++my_point_iter )
|
for( Point_with_hot_pixel_history_saved_iter my_point_iter = result.begin(); my_point_iter != result.end(); ++my_point_iter )
|
||||||
result_list.push_back(my_point_iter->object);
|
result_list.push_back(my_point_iter->object);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue