remove another warning for s2 pointer

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

View File

@ -244,7 +244,7 @@ namespace CGAL {
// check if two points have the same x or y coordinate
Point_2 const *s1;
Point_2 const *s2;
Point_2 const *s2 = NULL;
Point_2 const *dx = NULL;
// check if two points have the same x coordinate