mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
Bug when running several times the classification corrected
This commit is contained in:
@@ -73,11 +73,10 @@ CCCoreLib::ScalarField* Feature::PrepareSF(ccPointCloud* cloud, const char* resu
|
||||
}
|
||||
|
||||
resultSF = newSF;
|
||||
|
||||
resultSF->fill(CCCoreLib::NAN_VALUE);
|
||||
}
|
||||
|
||||
assert(resultSF);
|
||||
resultSF->fill(CCCoreLib::NAN_VALUE);
|
||||
|
||||
return resultSF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user