Skip to content

Commit

Permalink
Use configurable KDTree geometry in PointCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Oct 13, 2023
1 parent a89b787 commit 1fa9822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas/functionspace/PointCloud.cc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ PointCloud::PointCloud(const Grid& grid, const grid::Partitioner& _partitioner,
owned_lonlat.reserve(size_owned);
owned_grid_idx.reserve(size_owned);

auto kdtree = util::IndexKDTree();
auto kdtree = util::IndexKDTree(config);
{
ATLAS_TRACE("build kdtree");
kdtree.reserve(grid.size());
Expand Down

0 comments on commit 1fa9822

Please sign in to comment.