mirror of https://github.com/CGAL/cgal
Also fix a warning in kernel
This commit is contained in:
parent
8144b7001f
commit
959d65a5ee
|
|
@ -125,6 +125,7 @@ Segment_2_Line_2_pair<K>::intersection_type() const
|
||||||
Line_2_Line_2_pair<K> linepair(&l1, _line);
|
Line_2_Line_2_pair<K> linepair(&l1, _line);
|
||||||
switch ( linepair.intersection_type()) {
|
switch ( linepair.intersection_type()) {
|
||||||
case Line_2_Line_2_pair<K>::NO_INTERSECTION:
|
case Line_2_Line_2_pair<K>::NO_INTERSECTION:
|
||||||
|
default:
|
||||||
_result = NO_INTERSECTION;
|
_result = NO_INTERSECTION;
|
||||||
break;
|
break;
|
||||||
case Line_2_Line_2_pair<K>::POINT:
|
case Line_2_Line_2_pair<K>::POINT:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue