mirror of https://github.com/CGAL/cgal
bug fix
This commit is contained in:
parent
bd489ec03f
commit
f30eb6eae1
|
|
@ -1912,7 +1912,7 @@ intersection(const Ray_2<R> &ray1, const Ray_2<R>&ray2)
|
|||
return make_object(iseg);
|
||||
}
|
||||
case is_t::RAY: {
|
||||
Segment_2<R> iray;
|
||||
Ray_2<R> iray;
|
||||
ispair.intersection(iray);
|
||||
return make_object(iray);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue