Skip to content

Commit

Permalink
Call to deprecated function removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardeau committed Jan 19, 2019
1 parent 0312dc6 commit cd578da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/core/qPCL/PclUtils/filters/MLSSmoothingUpsampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ int smooth_mls(const typename pcl::PointCloud<PointInT>::Ptr &incloud,
smoother.setSearchMethod(tree);
smoother.setSearchRadius(params.search_radius_);
smoother.setComputeNormals(params.compute_normals_);
smoother.setPolynomialFit(params.polynomial_fit_);

if (params.polynomial_fit_)
{
smoother.setPolynomialOrder(params.order_);
Expand Down

0 comments on commit cd578da

Please sign in to comment.