mirror of https://github.com/CGAL/cgal
matching Snap_rounding_2 to Arrangement_on_surface_2
This commit is contained in:
parent
ba78ad9c97
commit
7ec1d324d6
|
|
@ -11,9 +11,10 @@ include $(CGAL_MAKEFILE)
|
|||
#---------------------------------------------------------------------#
|
||||
# compiler flags
|
||||
#---------------------------------------------------------------------#
|
||||
#-I../../../Arrangement_2/include \
|
||||
|
||||
CXXFLAGS = \
|
||||
-I../../../Arrangement_2/include \
|
||||
-I ../../../Arrangement_2/include \
|
||||
-I../../include \
|
||||
$(CGAL_CXXFLAGS) \
|
||||
$(LONG_NAME_PROBLEM_CXXFLAGS) \
|
||||
|
|
|
|||
|
|
@ -549,7 +549,7 @@ find_hot_pixels_and_create_kd_trees(NT pixel_size,
|
|||
// get intersection points (with endpoints)
|
||||
Point_list mypointlist;
|
||||
|
||||
CGAL::get_intersection_points(segments.begin(), segments.end(),
|
||||
CGAL::compute_intersection_points(segments.begin(), segments.end(),
|
||||
std::back_inserter(mypointlist), true, m_gt);
|
||||
|
||||
for (Point_const_iter v_iter = mypointlist.begin();
|
||||
|
|
|
|||
Loading…
Reference in New Issue