mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 10:55:04 +08:00
Tidy up code
This commit is contained in:
@@ -134,9 +134,7 @@
|
||||
|
||||
foreach (var c in paired)
|
||||
{
|
||||
var filter = filterFinal(pivot, c.Item1);
|
||||
var maxDist = maxDistanceFunction(pivot, c.Item1);
|
||||
if (filter && c.Item3 < maxDist)
|
||||
if (filterFinal(pivot, c.Item1) && c.Item3 < maxDistanceFunction(pivot, c.Item1))
|
||||
{
|
||||
indexes[e] = c.Item2;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user