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 7183c95 commit 7ef87b6Copy full SHA for 7ef87b6
bindings/python/src/geometry/nn_search.cpp
@@ -43,8 +43,8 @@
43
&NNSearch##dimension##D::colocated_index_mapping ) ) \
44
.def( "frame_colocated_index_mapping", \
45
static_cast< NNSearch##dimension##D::ColocatedInfo ( \
46
- NNSearch##dimension##D::* )( \
47
- const Frame##dimension##D&, const double ) const >( \
+ NNSearch##dimension##D::* )( const Frame##dimension##D& ) \
+ const >( \
48
&NNSearch##dimension##D::colocated_index_mapping ) ); \
49
\
50
const auto info##dimension = \
0 commit comments