diff --git a/LiDARToolbox/src/surfaceDetectionByLari/clusterDetection/WLariBruteforceClustering.cpp b/LiDARToolbox/src/surfaceDetectionByLari/clusterDetection/WLariBruteforceClustering.cpp index 31306633926afd0f88df4897a29469655c6ae1d1..46f5b85ab1b0b1164061a67a11495c16ba638b19 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/clusterDetection/WLariBruteforceClustering.cpp +++ b/LiDARToolbox/src/surfaceDetectionByLari/clusterDetection/WLariBruteforceClustering.cpp @@ -77,7 +77,7 @@ void WLariBruteforceClustering::detectClustersByBruteForce() { m_parameterDomain->removePoint( oldParameterNodes->at( index ) ); } - cout << "Current parameter space Size: " << m_parameterDomain->getAllPoints()->size() << " "; + cout << "Current parameter space Size: " << m_parameterDomain->getAllPoints()->size() << " "; } }