diff --git a/ContextBasedFeature.cpp b/ContextBasedFeature.cpp index ef9b066..01878ad 100644 --- a/ContextBasedFeature.cpp +++ b/ContextBasedFeature.cpp @@ -257,7 +257,6 @@ bool ContextBasedFeature::prepare( const CorePoints& corePoints, { //process cancelled by the user errorMessage = "Process cancelled"; - break; } } } diff --git a/PointFeature.cpp b/PointFeature.cpp index 5e2d56a..c0c25b0 100644 --- a/PointFeature.cpp +++ b/PointFeature.cpp @@ -478,7 +478,6 @@ static bool ComputeMathOpWithNearestNeighbor( const CorePoints& corePoints, { //process cancelled by the user error = "Process cancelled"; - break; } } } diff --git a/q3DMASCClassifier.cpp b/q3DMASCClassifier.cpp index 0fa1c6f..fdbd6b7 100644 --- a/q3DMASCClassifier.cpp +++ b/q3DMASCClassifier.cpp @@ -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; } } diff --git a/q3DMASCTools.cpp b/q3DMASCTools.cpp index 68eb972..7dac6e1 100644 --- a/q3DMASCTools.cpp +++ b/q3DMASCTools.cpp @@ -1387,7 +1387,6 @@ bool Tools::PrepareFeatures(const CorePoints& corePoints, Feature::Set& features ccLog::Warning("Process cancelled"); errorStr = "Process cancelled"; success = false; - break; } }