From f30eb6eae17ba9ed4c0db7a33bf7fde0d7f6f8df Mon Sep 17 00:00:00 2001 From: Geert-Jan Giezeman Date: Mon, 3 Dec 2001 07:53:19 +0000 Subject: [PATCH] bug fix --- Packages/Intersections_2/web/intersection_2_1.fw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Intersections_2/web/intersection_2_1.fw b/Packages/Intersections_2/web/intersection_2_1.fw index ce877bf250b..d3308b5098b 100644 --- a/Packages/Intersections_2/web/intersection_2_1.fw +++ b/Packages/Intersections_2/web/intersection_2_1.fw @@ -1912,7 +1912,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); }