Used the Multiplicitly type (instead of unsigned int)

This commit is contained in:
Efi Fogel 2022-09-01 10:14:52 +03:00
parent 488ba8c4e4
commit af11965842
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ protected:
// the right endpoint it its interior.
Point_2 m_intersect_p; // The next intersection point.
unsigned int m_ip_multiplicity; // Its multiplicity
Multiplicity m_ip_multiplicity; // Its multiplicity
// (0 in case of an overlap).
bool m_found_intersect; // An intersection has been found.
// (or an overlap).