Skip to content

Commit 7ef87b6

Browse files
committed
Review changes
1 parent 7183c95 commit 7ef87b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/src/geometry/nn_search.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
&NNSearch##dimension##D::colocated_index_mapping ) ) \
4444
.def( "frame_colocated_index_mapping", \
4545
static_cast< NNSearch##dimension##D::ColocatedInfo ( \
46-
NNSearch##dimension##D::* )( \
47-
const Frame##dimension##D&, const double ) const >( \
46+
NNSearch##dimension##D::* )( const Frame##dimension##D& ) \
47+
const >( \
4848
&NNSearch##dimension##D::colocated_index_mapping ) ); \
4949
\
5050
const auto info##dimension = \

0 commit comments

Comments
 (0)