typedef'ed Multiplicity

This commit is contained in:
Efi Fogel 2007-09-11 22:11:56 +00:00
parent b9cc1bbd6e
commit 0726b38872
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ public:
typedef typename Kernel::Point_2 Point_2;
typedef Arr_linear_object_2<Kernel> X_monotone_curve_2;
typedef Arr_linear_object_2<Kernel> Curve_2;
typedef unsigned int Multiplicity;
public: