Skip to content

Commit 56dff2e

Browse files
committed
FIX: compiling fix in c++ solved
1 parent b4e6e24 commit 56dff2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/diffCheck/geometry/DFPointCloud.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ namespace diffCheck::geometry
105105
this->Normals.clear();
106106
for (auto &normal : O3DPointCloudDown->normals_)
107107
this->Normals.push_back(normal);
108+
}
109+
108110
std::vector<Eigen::Vector3d> DFPointCloud::GetTightBoundingBox()
109111
{
110112
open3d::geometry::OrientedBoundingBox tightOOBB = this->Cvt2O3DPointCloud()->GetMinimalOrientedBoundingBox();

0 commit comments

Comments
 (0)