Skip to content

Commit

Permalink
Update nanoflann to v1.5.5 (#105)
Browse files Browse the repository at this point in the history
* Update nanoflann to v1.5.5

* Revert formatting
  • Loading branch information
rjanvier authored May 5, 2024
1 parent 299e877 commit fdf4c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extern/nanoflann
Submodule nanoflann updated 177 files
2 changes: 1 addition & 1 deletion src/Kriging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ struct OrdinaryKrigeContext

nanoflann::KNNResultSet<double> resultSet(knn);
resultSet.init(kdIndexes.data(), kdDistances.data());
nanoflann::SearchParams searchParams;
nanoflann::SearchParameters searchParams;
searchParams.sorted = false;
if (false == kdTree->findNeighbors(resultSet, query.u, searchParams))
{
Expand Down

0 comments on commit fdf4c0e

Please sign in to comment.