From e402d34407226d9c2c5dfc14ef5d6dbf53ee3c8e Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sun, 20 Jun 2010 15:52:34 +0200 Subject: More Index realted warnings. --- test/triangular.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/triangular.cpp') diff --git a/test/triangular.cpp b/test/triangular.cpp index 302984eb7..673a3d25f 100644 --- a/test/triangular.cpp +++ b/test/triangular.cpp @@ -34,8 +34,8 @@ template void triangular_square(const MatrixType& m) RealScalar largerEps = 10*test_precision(); - int rows = m.rows(); - int cols = m.cols(); + typename MatrixType::Index rows = m.rows(); + typename MatrixType::Index cols = m.cols(); MatrixType m1 = MatrixType::Random(rows, cols), m2 = MatrixType::Random(rows, cols), -- cgit v1.2.3