From 128eb72121e2073548d6fcc2dea90e48eb20befa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 3 Jun 2019 07:57:16 +0200 Subject: [PATCH] Remove obsolete todo in std::cout in 2D intersection tests --- Intersections_2/test/Intersections_2/test_intersections_2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Intersections_2/test/Intersections_2/test_intersections_2.cpp b/Intersections_2/test/Intersections_2/test_intersections_2.cpp index 42137e92c97..b972971952b 100644 --- a/Intersections_2/test/Intersections_2/test_intersections_2.cpp +++ b/Intersections_2/test/Intersections_2/test_intersections_2.cpp @@ -193,7 +193,7 @@ struct Test void B_L() { - std::cout << "Bbox - Line (TODO)" << std::endl; + std::cout << "Bbox - Line" << std::endl; // no intersection check_no_do_intersect (p(0,0).bbox() , L(p( 1,1), p( 0,1))); @@ -226,7 +226,7 @@ struct Test void B_R() { - std::cout << "Bbox - Ray (TODO)" << std::endl; + std::cout << "Bbox - Ray" << std::endl; // no intersection check_no_do_intersect (p(0,0).bbox() , R(p( 1,1), p( 0,1)));