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 e07c345 commit 773accaCopy full SHA for 773acca
include/CLUEstering/data_structures/detail/PointsDevice.hpp
@@ -181,7 +181,7 @@ namespace clue {
181
assert(m_clustered &&
182
"The points have to be clustered before the cluster properties can be accessed");
183
if (!m_nclusters.has_value()) {
184
- auto cluster_ids = clusterIndexes();
+ auto cluster_ids = this->clusterIndexes();
185
m_nclusters = internal::algorithm::reduce(cluster_ids.begin(),
186
cluster_ids.end(),
187
std::numeric_limits<int32_t>::lowest(),
0 commit comments