Fix Snap_rounding

This commit is contained in:
Andreas Fabri 2019-01-28 08:32:48 +01:00
parent c548eee5c7
commit 6b4ecd0f32
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ public:
iter->first->search(std::back_inserter(result), b);
// 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 )
result_list.push_back(my_point_iter->object);