From bf102776f98faf940317e89b57b28f8bcad449cb Mon Sep 17 00:00:00 2001 From: Paul Leroy Date: Tue, 15 Mar 2022 09:17:11 +0100 Subject: [PATCH] Old structure in DgmOctree does not exists anymore --- q3DMASCTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q3DMASCTools.cpp b/q3DMASCTools.cpp index b9360cc..11c8c02 100644 --- a/q3DMASCTools.cpp +++ b/q3DMASCTools.cpp @@ -1127,7 +1127,7 @@ bool Tools::PrepareFeatures(const CorePoints& corePoints, Feature::Set& features for (int i = 0; i < static_cast(pointCount); ++i) { //spherical neighborhood extraction structure - CCCoreLib::DgmOctree::NearestNeighboursSphericalSearchStruct nNSS; + CCCoreLib::DgmOctree::NearestNeighboursSearchStruct nNSS; { nNSS.level = octreeLevel; nNSS.queryPoint = *corePoints.cloud->getPoint(i);