From 087afb3c49eae53b656dc6b74d24f70fc21c4b46 Mon Sep 17 00:00:00 2001 From: Geert-Jan Giezeman Date: Mon, 3 Dec 2001 13:29:35 +0000 Subject: [PATCH] *** empty log message *** --- .../Intersections_2/include/CGAL/Ray_2_Ray_2_intersection.h | 2 +- Packages/Intersections_2/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/Intersections_2/include/CGAL/Ray_2_Ray_2_intersection.h b/Packages/Intersections_2/include/CGAL/Ray_2_Ray_2_intersection.h index bd2215772e7..66b86975fef 100644 --- a/Packages/Intersections_2/include/CGAL/Ray_2_Ray_2_intersection.h +++ b/Packages/Intersections_2/include/CGAL/Ray_2_Ray_2_intersection.h @@ -407,7 +407,7 @@ intersection(const Ray_2 &ray1, const Ray_2&ray2) return make_object(iseg); } case is_t::RAY: { - Segment_2 iray; + Ray_2 iray; ispair.intersection(iray); return make_object(iray); } diff --git a/Packages/Intersections_2/version b/Packages/Intersections_2/version index 9f7a80157e4..605469d1964 100644 --- a/Packages/Intersections_2/version +++ b/Packages/Intersections_2/version @@ -1 +1 @@ -2.11.2 (28 Nov 2001) +2.11.3 ( 3 Dec 2001)