mirror of https://github.com/CGAL/cgal
cleanup extra ','
This commit is contained in:
parent
cdfff1df5f
commit
ffab18531b
|
|
@ -26,7 +26,7 @@ CGAL_BEGIN_NAMESPACE
|
||||||
// Envelope types:
|
// Envelope types:
|
||||||
enum Envelope_type {
|
enum Envelope_type {
|
||||||
ENVELOPE_LOWER = 1,
|
ENVELOPE_LOWER = 1,
|
||||||
ENVELOPE_UPPER = 2,
|
ENVELOPE_UPPER = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
// Types of intersection curve between 2 xy-monotone surfaces:
|
// Types of intersection curve between 2 xy-monotone surfaces:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue