From 1de44311596fcb2e07709fa2c8fbb88561bb34cd Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Tue, 4 Sep 2012 07:10:44 +0000 Subject: [PATCH] fixed typo --- .../include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h b/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h index a4ed93bdd7e..112d404a9b4 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h +++ b/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h @@ -1222,7 +1222,6 @@ _zone_in_face (Face_handle face, bool on_boundary) // Obtain the halfedge with the correct direction (which should be the // predecessor of sub_cv1 if we split the edge around this vertex). right_v = invalid_v; - right_he = _direct_intersecting_edge_to_left (sub_cv1, intersect_he); } @@ -1318,7 +1317,7 @@ _zone_in_face (Face_handle face, bool on_boundary) } } - // The visitor has created an edge that corresponds to sub_cv1 and instered + // The visitor has created an edge that corresponds to sub_cv1 and inserted // it into the arrangement. In this case, left_pt should be associated // with the target vertex of the new halfedge. CGAL_assertion