mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 17:10:52 +08:00
Bug fix: the classification SF was not saved in some cases!
This commit is contained in:
@@ -151,6 +151,7 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
|
||||
errorMessage = QObject::tr("Not enough memory");
|
||||
return false;
|
||||
}
|
||||
cloud->addScalarField(_classificationSF);
|
||||
classificationSF = _classificationSF;
|
||||
}
|
||||
assert(classificationSF);
|
||||
|
||||
Reference in New Issue
Block a user