removed old tags

This commit is contained in:
Eric Berberich 2009-05-18 23:26:10 +00:00
parent cd9805f1b4
commit 72fa091b6c
1 changed files with 5 additions and 1 deletions

View File

@ -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(){}