remove dx warning in Side_of_bounded_square_2.h

Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
Panagiotis Cheilaris 2014-07-17 14:33:17 +02:00
parent e87c6b8719
commit c70fc29971
1 changed files with 1 additions and 1 deletions

View File

@ -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) {