mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
f1d5426e76
commit
087afb3c49
|
|
@ -407,7 +407,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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.11.2 (28 Nov 2001)
|
||||
2.11.3 ( 3 Dec 2001)
|
||||
|
|
|
|||
Loading…
Reference in New Issue