mirror of https://github.com/CGAL/cgal
remove dx warning in Side_of_bounded_square_2.h
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
e87c6b8719
commit
c70fc29971
|
|
@ -246,7 +246,7 @@ namespace CGAL {
|
|||
Point_2 const *s1;
|
||||
Point_2 const *s2;
|
||||
|
||||
Point_2 const *dx;
|
||||
Point_2 const *dx = NULL;
|
||||
// check if two points have the same x coordinate
|
||||
bool exist_two_with_same_x (false);
|
||||
if (samex_pq) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue