Skip to content

Commit

Permalink
Merge pull request #1821 from bouffa/master
Browse files Browse the repository at this point in the history
Fixed the build of ndt_2d with Eigen 3.3
  • Loading branch information
jspricke authored May 30, 2017
2 parents bee8bd3 + 60ec882 commit f3c8114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registration/include/pcl/registration/impl/ndt_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ namespace Eigen
template<typename PointT> struct NumTraits<pcl::ndt2d::NormalDist<PointT> >
{
typedef double Real;
typedef double Literal;
static Real dummy_precision () { return 1.0; }
enum {
IsComplex = 0,
Expand Down

0 comments on commit f3c8114

Please sign in to comment.