Skip to content

Commit

Permalink
Fixed the build of ndt_2d with Eigen 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bouffa authored Feb 19, 2017
1 parent 6fb1b65 commit 60ec882
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 60ec882

Please sign in to comment.