Skip to content

Commit

Permalink
GRIDEDIT-1536 Update several comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Nov 26, 2024
1 parent 49f3239 commit 95a59ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/MeshKernel/src/MeshTriangulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ void meshkernel::MeshTriangulation::Compute(const std::span<const double>& xNode
std::vector<int> faceEdges;

// If the number of estimated triangles is not sufficient, triangulation must be repeated
// TODO handle duplicate points
// TODO handle other triangle.c failures
while (numFaces < 0)
{
numFaces = static_cast<int>(estimatedNumberOfTriangles);
Expand Down

0 comments on commit 95a59ff

Please sign in to comment.