Skip to content

Commit

Permalink
Adding missing inline
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Apr 28, 2020
1 parent 68aba0c commit 71fabf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surface/include/pcl/surface/3rdparty/poisson4/polynomial.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,14 @@ namespace pcl
}
}
}
template< >
template< > inline
Polynomial< 0 > Polynomial< 0 >::BSplineComponent( int i )
{
Polynomial p;
p.coefficients[0] = 1.;
return p;
}
template< int Degree >
template< int Degree > inline
Polynomial< Degree > Polynomial< Degree >::BSplineComponent( int i )
{
Polynomial p;
Expand Down

0 comments on commit 71fabf9

Please sign in to comment.