From e52a1f4223b3e4986c002ee8f4021cf586a0721b Mon Sep 17 00:00:00 2001 From: HS7499 Date: Tue, 26 Sep 2023 23:09:44 +0530 Subject: [PATCH] Updated the inner loop counter variable at line 205 to j --- pointmatcher/DataPointsFilters/SurfaceNormal.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pointmatcher/DataPointsFilters/SurfaceNormal.cpp b/pointmatcher/DataPointsFilters/SurfaceNormal.cpp index 5ca4ea09..e14f4c0b 100644 --- a/pointmatcher/DataPointsFilters/SurfaceNormal.cpp +++ b/pointmatcher/DataPointsFilters/SurfaceNormal.cpp @@ -202,10 +202,10 @@ void SurfaceNormalDataPointsFilter::inPlaceFilter( const size_t idxSize = idx.size(); Vector tmp_eigenVa = eigenVa; Matrix tmp_eigenVe = eigenVe; - for(size_t i=0; i