instability debuggin in progress

This commit is contained in:
Paul Leroy
2024-02-13 16:44:10 +01:00
parent a01d4a81fd
commit c3e1baf6fc
5 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
#ifndef _DEBUG
#if defined(_OPENMP)
bool cancelled = false;
#pragma omp parallel for num_threads(omp_get_max_threads())
#pragma omp parallel for
#endif
#endif
for (int i = 0; i < static_cast<int>(cloud->size()); ++i)