nushoin / RTree

N-dimensional RTree implementation in C++
Other
376 stars 109 forks source link

All three test files in this place show error!! #12

Closed gite360 closed 6 years ago

gite360 commented 6 years ago

I think you just update the head file rather test file. The parameter number of search() has changed in head file. But you don't change in test file.

AlexVonB commented 6 years ago

Hi, thanks for the notice. I fixed all occurrences of this bug: c6acc640f6a9936d359d12cc5956d42c162f7587 This closes this PR, thank you!

gite360 commented 6 years ago

Thank you for your help.