From 75a69743bad201d9f02f426193c76a2abac0d504 Mon Sep 17 00:00:00 2001 From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de> Date: Fri, 17 Apr 2020 14:26:23 +0200 Subject: [PATCH] [geoisection] test 2d-2d segment algo --- test/common/geometry/test_1d1d_intersection.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/geometry/test_1d1d_intersection.cc b/test/common/geometry/test_1d1d_intersection.cc index c4f7302238..034905a2b0 100644 --- a/test/common/geometry/test_1d1d_intersection.cc +++ b/test/common/geometry/test_1d1d_intersection.cc @@ -199,8 +199,8 @@ int main (int argc, char *argv[]) try // TODO: implement and test for dimWorld = 3 // testPointIntersections<3>(returns); - // TODO: implement and test segment intersection for dimWorld = 2 - // testSegmentIntersections<2>(returns); + // test segment intersection for dimWorld = 2 + testSegmentIntersections<2>(returns); // test segment intersection for dimWorld = 3 testSegmentIntersections<3>(returns); -- GitLab