Skip to content

Commit

Permalink
Merge pull request #1572 from sourireduclown/FiltersBugFix
Browse files Browse the repository at this point in the history
BugFix: Filters used applyFilter twice.
  • Loading branch information
jspricke committed Mar 31, 2016
2 parents 456bf44 + 31e203a commit 62561c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions filters/src/filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ pcl::Filter<pcl::PCLPointCloud2>::filter (PCLPointCloud2 &output)
applyFilter (output);
}

// Apply the actual filter
applyFilter (output);

deinitCompute ();
}

Expand Down

0 comments on commit 62561c4

Please sign in to comment.