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