From f9ba8e6c6c7abc8f9b7c2d0db5c764519903c49f Mon Sep 17 00:00:00 2001 From: Pedro Machado Manhaes de Castro Date: Wed, 4 Jun 2008 12:31:15 +0000 Subject: [PATCH] IO fix --- Intersections_3/test/Intersections_3/line_line.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intersections_3/test/Intersections_3/line_line.cpp b/Intersections_3/test/Intersections_3/line_line.cpp index 52ad425d809..528c70d61fb 100644 --- a/Intersections_3/test/Intersections_3/line_line.cpp +++ b/Intersections_3/test/Intersections_3/line_line.cpp @@ -21,7 +21,7 @@ void _test_intersection_construct(K k) Intersect_3 theIntersect_3 = k.intersect_3_object(); Construct_line_3 theConstruct_line_3 = k.construct_line_3_object(); - std::cout << "Testing intersection(Line_arc, Line_arc)..." << std::endl; + std::cout << "Testing intersection(Line, Line)..." << std::endl; // Testing the case where it overlaps, or do not intersect for(int vx=0;vx<4;vx++) { for(int vy=1;vy<4;vy++) {