Skip to content

Commit

Permalink
-rebuild the adjacent triangles after removing points and triangles
Browse files Browse the repository at this point in the history
  • Loading branch information
alemon-aquaveo committed Jul 3, 2024
1 parent c50fd55 commit 359e6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmsgrid/triangulate/detail/TrAutoFixFourTrianglePts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ void TrAutoFixFourTrianglePtsImpl::Fix(BSHP<TrTin> a_tin)
RenumberTris();
RemovePts();
RemoveTris();
m_tin->BuildTrisAdjToPts();
} // TrOuterTriangleDeleterImpl::Fix
//------------------------------------------------------------------------------
/// \brief Finds and removes the points connected to 4 triangles
Expand Down

0 comments on commit 359e6fa

Please sign in to comment.