Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 28, 2017
2 parents da33e89 + 78f0d83 commit 40a1d82
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 12,053 deletions.
6 changes: 3 additions & 3 deletions test/unit/OldPCLBlockTest.cpp
Expand Up @@ -213,8 +213,8 @@ TEST(OldPCLBlockTests, PMF)
assign->setInput(*r);

Options fo;
fo.add("max_window_size", 33);
fo.add("cell_size", 1.0);
fo.add("max_window_size", 33.0);
fo.add("cell_size", 10.0);
fo.add("slope", 1.0);
fo.add("initial_distance", 0.15);
fo.add("max_distance", 2.5);
Expand All @@ -239,5 +239,5 @@ TEST(OldPCLBlockTests, PMF)

EXPECT_EQ(1u, viewSet.size());
PointViewPtr view = *viewSet.begin();
EXPECT_EQ(106u, view->size());
EXPECT_EQ(79u, view->size());
}
168 changes: 0 additions & 168 deletions vendor/poisson_surface/allocator.h

This file was deleted.

88 changes: 0 additions & 88 deletions vendor/poisson_surface/binary_node.h

This file was deleted.

0 comments on commit 40a1d82

Please sign in to comment.