Skip to content

Commit

Permalink
Merge branch 'master' of github.com:UG4/ugcore
Browse files Browse the repository at this point in the history
  • Loading branch information
LogashenkoDL committed Jun 4, 2024
2 parents 493aef9 + 908a60a commit 63eeb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ugbase/lib_disc/common/geometry_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ struct ElementSideRayIntersectionWrapper<TRefElem, 3, 3>
if(rRefElem.num(dim-1, sideOut, 0) == 3) continue;

// get corner number 4
p2 = rRefElem.id(dim-1, sideOut, 0, 3);
p1 = rRefElem.id(dim-1, sideOut, 0, 3);

// if match: break
if(RayTriangleIntersection( GlobalIntersectionPointOut, bc0, bc1, t,
Expand Down

0 comments on commit 63eeb21

Please sign in to comment.