Skip to content

Commit 773acca

Browse files
committed
Specify this
1 parent e07c345 commit 773acca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CLUEstering/data_structures/detail/PointsDevice.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ namespace clue {
181181
assert(m_clustered &&
182182
"The points have to be clustered before the cluster properties can be accessed");
183183
if (!m_nclusters.has_value()) {
184-
auto cluster_ids = clusterIndexes();
184+
auto cluster_ids = this->clusterIndexes();
185185
m_nclusters = internal::algorithm::reduce(cluster_ids.begin(),
186186
cluster_ids.end(),
187187
std::numeric_limits<int32_t>::lowest(),

0 commit comments

Comments
 (0)