Skip to content

Commit b24e67f

Browse files
WIP: commit before pull
1 parent af0c8b8 commit b24e67f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/diffCheckApp.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
#include <iostream>
55
#include <fstream>
6-
7-
#include <cilantro/utilities/point_cloud.hpp>
8-
#include <cilantro/core/nearest_neighbors.hpp>
9-
6+
#include <chrono>
107

118
int main()
129
{
@@ -36,7 +33,7 @@ int main()
3633
vis->AddPointCloud(segment);
3734

3835
}
39-
}
36+
4037
for(auto mesh : meshSrc)
4138
{
4239
vis.AddMesh(mesh);

0 commit comments

Comments
 (0)