Skip to content

Commit 0ef6c3e

Browse files
authored
FIX: missing bracket (special dedicace to @damien)
1 parent 14e23fb commit 0ef6c3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffCheck/geometry/DFPointCloud.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ namespace diffCheck::geometry
271271

272272
distances = O3DSourcePointCloud->ComputePointCloudDistance(*O3DTargetPointCloud);
273273
return distances;
274+
}
274275

275276
void DFPointCloud::AddPoints(const DFPointCloud &pointCloud)
276277
{
@@ -289,4 +290,4 @@ namespace diffCheck::geometry
289290
center /= this->Points.size();
290291
return center;
291292
}
292-
}
293+
}

0 commit comments

Comments
 (0)