From 6b4ecd0f32b7496719a4157d7e70c073154ce9bd Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 28 Jan 2019 08:32:48 +0100 Subject: [PATCH] Fix Snap_rounding --- Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h b/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h index 3db1a9f4190..e69cdd387e0 100644 --- a/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h +++ b/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h @@ -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);