mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 09:00:50 +08:00
bug correction in progress: crash when dupplicated features are configured in the parameter file
This commit is contained in:
@@ -128,6 +128,8 @@ bool ContextBasedFeature::prepare( const CorePoints& corePoints,
|
||||
sf = corePoints.cloud->getScalarField(sfIdx);
|
||||
generatedScalarFields->push(corePoints.cloud, sf, SFCollector::ALWAYS_KEEP);
|
||||
this->valueAlreadyComputed = true;
|
||||
source.name = sf->getName();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user