Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Jul 23, 2022
1 parent 0916252 commit 5133150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/homogeneous_pure.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func deepestPureHomogeneous(portals []portalData, params homogeneousPureParams)
}
p0 := edge / len(portals)
p1 := edge % len(portals)
// Every triangle is stored three times on the list pick only one representative.
// Every triangle is stored three times on the list. Pick only one representative.
if p0 >= p1 {
continue
}
Expand Down

0 comments on commit 5133150

Please sign in to comment.