We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6afdb commit d36de4cCopy full SHA for d36de4c
src/geode/geometry/nn_search.cpp
@@ -187,12 +187,8 @@ namespace geode
187
}
188
189
private:
190
- template < typename EpsilonType >
191
- std::vector< index_t > vertices_around(
192
- const Point< dimension >& point, const EpsilonType& epsilon ) const;
193
-
194
std::vector< index_t > vertices_around(
195
- const Point< dimension >& point, const double& epsilon ) const
+ const Point< dimension >& point, double epsilon ) const
196
{
197
return radius_neighbors( point, epsilon );
198
0 commit comments