Compilation fix.

This commit is contained in:
Hauke Heibel 2010-06-21 08:58:23 +02:00
parent a1af6e1151
commit 5f65a89f49

View File

@ -159,7 +159,7 @@ template<typename MatrixType> void block(const MatrixType& m)
template<typename MatrixType>
void compare_using_data_and_stride(const MatrixType& m)
{
typedef MatrixType::Index Index;
typedef typename MatrixType::Index Index;
Index rows = m.rows();
Index cols = m.cols();
Index size = m.size();