From 2a905c5c613f26534307ffa56ca3fc171580620a Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Tue, 18 Dec 2007 08:23:38 +0000 Subject: [PATCH] added tags --- .../include/CGAL/Curved_kernel_via_analysis_2.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2.h b/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2.h index e68961c894d..d58fc63a42a 100755 --- a/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2.h +++ b/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2.h @@ -18,11 +18,12 @@ /*! \file Curved_kernel_via_analysis_2.h * \brief defines class \c Curved_kernel_via_analysis_2 * - * General Points and Segments + * Defines points and arcs supported by curves that can be analyzed */ #include #include +#include #include #include @@ -77,7 +78,7 @@ public: //! tag specifies that unbounded arcs supported typedef CGAL::Tag_true Has_boundary_category; - typedef Arr_unbounded_boundary_tag Boundary_category; + typedef CGAL::Arr_unbounded_boundary_tag Boundary_category; //! type of inverval arcno cache typedef CGALi::Curve_interval_arcno_cache Curve_interval_arcno_cache;