Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Oct 25, 2019
1 parent 65fa8f6 commit 315d96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/pcl/common/impl/eigen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ get_largest_3x3_eigenvector (const Matrix scaledMatrix)
// first evaluation
typename Matrix::Index index;
const auto length = len.maxCoeff (index);
return EigenVector{normalized.row (index), length};
return EigenVector<Matrix> {normalized.row (index), length};
}
}
}
Expand Down

0 comments on commit 315d96e

Please sign in to comment.