changes following PR #5

This commit is contained in:
Paul Leroy
2024-02-16 11:34:52 +01:00
parent 4b4227bf6a
commit 992f5d4c8c
8 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
#ifndef _DEBUG
#if defined(_OPENMP)
#pragma omp parallel for
#pragma omp parallel for num_threads(omp_get_max_threads() - 2)
#endif
#endif
for (int i = 0; i < static_cast<int>(cloud->size()); ++i)