Bug: remove hardcoded useExistingScalarFields

This commit is contained in:
Paul Leroy
2023-05-02 17:17:28 +02:00
parent faa1da6ffd
commit c544bcea94
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -579,7 +579,6 @@ bool PointFeature::prepare( const CorePoints& corePoints,
// check if there exists a scalar field with the same name
int sfIdx = corePoints.cloud->getScalarFieldIndexByName(qPrintable(resultSFName));
useExistingScalarFields = true;
if (sfIdx >= 0)
{
if (useExistingScalarFields)