mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 09:00:50 +08:00
instability debuggin in progress
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user