From f1679c7185471289afaf702a45e336849d20a81a Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sun, 20 Jun 2010 17:37:56 +0200 Subject: Utilize Index in all unit tests. --- test/product_trmm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/product_trmm.cpp') diff --git a/test/product_trmm.cpp b/test/product_trmm.cpp index a689deba6..382618492 100644 --- a/test/product_trmm.cpp +++ b/test/product_trmm.cpp @@ -31,8 +31,8 @@ template void trmm(int size,int /*othersize*/) typedef Matrix MatrixColMaj; typedef Matrix MatrixRowMaj; - int rows = size; - int cols = ei_random(1,size); + DenseIndex rows = size; + DenseIndex cols = ei_random(1,size); MatrixColMaj triV(rows,cols), triH(cols,rows), upTri(cols,rows), loTri(rows,cols), unitUpTri(cols,rows), unitLoTri(rows,cols); -- cgit v1.2.3