Skip to content
Snippets Groups Projects
Commit a5a0edf7 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

Mark walberla::geometry::getClosestLineBoxPoints as being wrong!

parent 67221421
No related merge requests found
......@@ -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 -----
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment