mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 08:34:48 +08:00
the use of progressDlg.close instead of progressDlg.hide led to an instability
code cleaning
This commit is contained in:
@@ -207,9 +207,10 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
|
||||
|
||||
bool success = true;
|
||||
int numberOfTrees = static_cast<int>(m_rtrees->getRoots().size());
|
||||
bool cancelled = false;
|
||||
|
||||
#ifndef _DEBUG
|
||||
#if defined(_OPENMP)
|
||||
bool cancelled = false;
|
||||
#pragma omp parallel for
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user