mirror of https://github.com/CGAL/cgal
removed old tags
This commit is contained in:
parent
cd9805f1b4
commit
72fa091b6c
|
|
@ -57,7 +57,11 @@ public:
|
|||
// Category tags:
|
||||
typedef Tag_true Has_left_category;
|
||||
typedef Tag_true Has_merge_category;
|
||||
typedef Arr_bounded_boundary_tag Boundary_category;
|
||||
|
||||
typedef Arr_identified_side_tag Arr_left_side_tag;
|
||||
typedef Arr_contracted_side_tag Arr_bottom_side_tag;
|
||||
typedef Arr_contracted_side_tag Arr_top_side_tag;
|
||||
typedef Arr_identified_side_tag Arr_right_side_tag;
|
||||
|
||||
/*! Default constructor */
|
||||
Arr_arc_on_sphere_traits_2(){}
|
||||
|
|
|
|||
Loading…
Reference in New Issue