aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/AlignedVector3
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-01-26 16:02:19 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-01-26 16:02:19 +0000
commitbdb0e9fcd03a21c2451a893424bb71955917ed07 (patch)
treeb471b98ddaf1066b39b8bd1216c52ca6248f732d /unsupported/Eigen/AlignedVector3
parent1403cea087df98dae21408518c33a22f8d2d99d1 (diff)
Clean up one compilation error and two warnings.
Diffstat (limited to 'unsupported/Eigen/AlignedVector3')
-rw-r--r--unsupported/Eigen/AlignedVector33
1 files changed, 2 insertions, 1 deletions
diff --git a/unsupported/Eigen/AlignedVector3 b/unsupported/Eigen/AlignedVector3
index 37018bfc6..15510a258 100644
--- a/unsupported/Eigen/AlignedVector3
+++ b/unsupported/Eigen/AlignedVector3
@@ -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; }