Added missing typename.

This commit is contained in:
Hauke Heibel 2010-06-21 11:39:11 +02:00
parent dc6ad5e25b
commit 7196777b74

View File

@ -32,7 +32,7 @@ template <typename Scalar, int Storage>
void run_matrix_tests()
{
typedef Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Storage> MatrixType;
typedef MatrixType::Index Index;
typedef typename MatrixType::Index Index;
MatrixType m, n;