mirror of https://github.com/CGAL/cgal
Avoid waring of Intel compiler
This commit is contained in:
parent
8a248c0da3
commit
7816c70770
|
|
@ -892,8 +892,8 @@ four_cover_points(Staircases< Traits >& d, OutputIterator o, bool& ok)
|
||||||
sdistx(*(shf - 1), bottom) <= FT(2) * d.r))))
|
sdistx(*(shf - 1), bottom) <= FT(2) * d.r))))
|
||||||
#else
|
#else
|
||||||
if (sdistx(bottom_i.second, bottom) <= FT(2) * d.r &&
|
if (sdistx(bottom_i.second, bottom) <= FT(2) * d.r &&
|
||||||
((!d.is_x_greater_y() ||
|
(!d.is_x_greater_y() ||
|
||||||
(shl == Citerator(share.end()) ||
|
((shl == Citerator(share.end()) ||
|
||||||
sdistx(share.back(), bottom) <= FT(2) * d.r) &&
|
sdistx(share.back(), bottom) <= FT(2) * d.r) &&
|
||||||
(shf == Citerator(share.begin()) ||
|
(shf == Citerator(share.begin()) ||
|
||||||
sdistx(*(shf - 1), bottom) <= FT(2) * d.r))))
|
sdistx(*(shf - 1), bottom) <= FT(2) * d.r))))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue