Skip to content

Commit d36de4c

Browse files
committed
review change
1 parent 5c6afdb commit d36de4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/geode/geometry/nn_search.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,8 @@ namespace geode
187187
}
188188

189189
private:
190-
template < typename EpsilonType >
191-
std::vector< index_t > vertices_around(
192-
const Point< dimension >& point, const EpsilonType& epsilon ) const;
193-
194190
std::vector< index_t > vertices_around(
195-
const Point< dimension >& point, const double& epsilon ) const
191+
const Point< dimension >& point, double epsilon ) const
196192
{
197193
return radius_neighbors( point, epsilon );
198194
}

0 commit comments

Comments
 (0)