Update libkdtree from 0.7.0 to 0.7.1.1

This commit is contained in:
andrea
2023-08-21 10:50:03 +02:00
committed by Chris Hennes
parent 3311d6d6e3
commit 8cc8962cfc
9 changed files with 1234 additions and 1222 deletions

0
src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py vendored Normal file → Executable file
View File

View File

@@ -6,11 +6,6 @@ import unittest
from kdtree import KDTree_2Int, KDTree_4Int, KDTree_3Float, KDTree_4Float, KDTree_6Float
try:
long
except NameError:
long = int
class KDTree_2IntTestCase(unittest.TestCase):
def test_empty(self):