mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 08:34:48 +08:00
Remove remaining early breaks in OMP loops (see #5)
This commit is contained in:
@@ -224,7 +224,6 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
|
||||
{
|
||||
errorMessage = cvex.msg.c_str();
|
||||
success = false;
|
||||
break;
|
||||
}
|
||||
|
||||
for (int fIndex = 0; fIndex < attributesPerSample; ++fIndex)
|
||||
@@ -257,7 +256,6 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
|
||||
{
|
||||
//process cancelled by the user
|
||||
success = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user