matching Snap_rounding_2 to Arrangement_on_surface_2

This commit is contained in:
Shlomo Golubev 2007-07-30 14:27:18 +00:00
parent ba78ad9c97
commit 7ec1d324d6
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#
# compiler flags
#---------------------------------------------------------------------#
#-I../../../Arrangement_2/include \
CXXFLAGS = \
-I ../../../Arrangement_2/include \

View File

@ -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();