mirror of https://github.com/CGAL/cgal
fixed min/max problem
This commit is contained in:
parent
f629f5703e
commit
07986b2fc5
|
|
@ -240,7 +240,7 @@ public:
|
||||||
{
|
{
|
||||||
if (!XS.empty()) {
|
if (!XS.empty()) {
|
||||||
// event is set at end of loop and in init
|
// event is set at end of loop and in init
|
||||||
event = XS.min();
|
event = (XS.min)();
|
||||||
p_sweep = XS.key(event);
|
p_sweep = XS.key(event);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue