From 5cec29162bc18225e8d1414aea18603e732281fe Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 2 Mar 2011 19:29:55 +0100 Subject: fix compilation in the case of 1D Transform --- Eigen/src/Geometry/Transform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Geometry/Transform.h b/Eigen/src/Geometry/Transform.h index 6ced2d1e5..289077c1b 100644 --- a/Eigen/src/Geometry/Transform.h +++ b/Eigen/src/Geometry/Transform.h @@ -201,7 +201,7 @@ public: typedef _Scalar Scalar; typedef DenseIndex Index; /** type of the matrix used to represent the transformation */ - typedef Matrix MatrixType; + typedef typename internal::make_proper_matrix_type::type MatrixType; /** constified MatrixType */ typedef const MatrixType ConstMatrixType; /** type of the matrix used to represent the linear part of the transformation */ -- cgit v1.2.3