From fd735eb4384ff4c9d0ec2f18cbfa35d1b05236a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 31 Jan 2012 07:09:24 +0000 Subject: [PATCH] fix typo in class name --- .../include/CGAL/Arr_batched_point_location.h | 2 +- .../include/CGAL/Arr_bounded_planar_topology_traits_2.h | 4 ++-- .../include/CGAL/Arr_spherical_topology_traits_2.h | 4 ++-- .../include/CGAL/Arr_unb_planar_topology_traits_2.h | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h b/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h index fb9436edbf6..88fbd6a6414 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h @@ -52,7 +52,7 @@ OutputIterator locate // Arrangement types: typedef Arrangement_on_surface_2 Arr; typedef typename TopTraits::template - Sweep_line_bacthed_point_location_visitor + Sweep_line_batched_point_location_visitor Bpl_visitor; typedef typename Arr::Halfedge_const_handle Halfedge_const_handle; diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_bounded_planar_topology_traits_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_bounded_planar_topology_traits_2.h index e1655baf6f7..f1d342da74f 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_bounded_planar_topology_traits_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_bounded_planar_topology_traits_2.h @@ -298,7 +298,7 @@ public: Sweep_line_non_intersecting_insertion_visitor; template - struct Sweep_line_bacthed_point_location_visitor : + struct Sweep_line_batched_point_location_visitor : public Arr_batched_pl_sl_visitor { typedef OutputIterator_ Output_iterator; @@ -309,7 +309,7 @@ public: typedef typename Base::Event Event; typedef typename Base::Subcurve Subcurve; - Sweep_line_bacthed_point_location_visitor (const Arr *arr, + Sweep_line_batched_point_location_visitor (const Arr *arr, Output_iterator *oi) : Base (arr, oi) {} diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_spherical_topology_traits_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_spherical_topology_traits_2.h index 49a40600ea8..2f7080d9d4b 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_spherical_topology_traits_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_spherical_topology_traits_2.h @@ -433,7 +433,7 @@ public: Sweep_line_non_intersecting_insertion_visitor; template - struct Sweep_line_bacthed_point_location_visitor : + struct Sweep_line_batched_point_location_visitor : public Arr_batched_pl_sl_visitor { typedef OutputIterator_ Output_iterator; @@ -443,7 +443,7 @@ public: typedef typename Base::Event Event; typedef typename Base::Subcurve Subcurve; - Sweep_line_bacthed_point_location_visitor(const Arr * arr, + Sweep_line_batched_point_location_visitor(const Arr * arr, Output_iterator * oi) : Base(arr, oi) {} diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_unb_planar_topology_traits_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_unb_planar_topology_traits_2.h index 086b2f6552f..c7b6cc51314 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_unb_planar_topology_traits_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_unb_planar_topology_traits_2.h @@ -317,7 +317,7 @@ public: Sweep_line_non_intersecting_insertion_visitor; template - struct Sweep_line_bacthed_point_location_visitor : + struct Sweep_line_batched_point_location_visitor : public Arr_batched_pl_sl_visitor { typedef OutputIterator_ Output_iterator; @@ -328,7 +328,7 @@ public: typedef typename Base::Event Event; typedef typename Base::Subcurve Subcurve; - Sweep_line_bacthed_point_location_visitor (const Arr *arr, + Sweep_line_batched_point_location_visitor (const Arr *arr, Output_iterator *oi) : Base (arr, oi) {}