From a5a0edf728a792d3e03f4eb62ecf2c28b94fd575 Mon Sep 17 00:00:00 2001 From: Sebastian Eibl <sebastian.eibl@fau.de> Date: Tue, 9 Mar 2021 16:01:03 +0100 Subject: [PATCH] Mark walberla::geometry::getClosestLineBoxPoints as being wrong! --- src/geometry/GeometricalFunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/geometry/GeometricalFunctions.cpp b/src/geometry/GeometricalFunctions.cpp index e904312d9..3ae39d9ee 100644 --- a/src/geometry/GeometricalFunctions.cpp +++ b/src/geometry/GeometricalFunctions.cpp @@ -64,6 +64,7 @@ namespace geometry { void getClosestLineBoxPoints( const Vector3<real_t>& p1, const Vector3<real_t>& p2, const Vector3<real_t>& c, const Matrix3<real_t>& R, const Vector3<real_t>& side, Vector3<real_t>& lret, Vector3<real_t>& bret ) { + WALBERLA_ABORT("This function produces incorrect results! See https://i10git.cs.fau.de/walberla/walberla/-/issues/25"); using namespace walberla::math; //----- Note: All computations will be performed in the box-relative coordinate-system ----- -- GitLab