Clean up one compilation error and two warnings.

This commit is contained in:
Jitse Niesen
2010-01-26 16:02:19 +00:00
parent 1403cea087
commit bdb0e9fcd0
4 changed files with 13 additions and 6 deletions

View File

@@ -64,7 +64,8 @@ template<typename _Scalar> class AlignedVector3
CoeffType m_coeffs;
public:
EIGEN_GENERIC_PUBLIC_INTERFACE(AlignedVector3)
typedef MatrixBase<AlignedVector3<_Scalar> > Base;
EIGEN_DENSE_PUBLIC_INTERFACE(AlignedVector3)
using Base::operator*;
inline int rows() const { return 3; }