*** empty log message ***

This commit is contained in:
Geert-Jan Giezeman 2001-12-03 13:29:35 +00:00
parent f1d5426e76
commit 087afb3c49
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -1 +1 @@
2.11.2 (28 Nov 2001)
2.11.3 ( 3 Dec 2001)