From 546b802b77817dd7f5cd3b6781ce1a1ac0f728b5 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sun, 20 Jun 2010 20:16:45 +0200 Subject: Still fixing warnings. --- test/product.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/product.h') diff --git a/test/product.h b/test/product.h index d004a4ec4..5365a7dc6 100644 --- a/test/product.h +++ b/test/product.h @@ -71,9 +71,9 @@ template void product(const MatrixType& m) Scalar s1 = ei_random(); - int r = ei_random(0, rows-1), - c = ei_random(0, cols-1), - c2 = ei_random(0, cols-1); + Index r = ei_random(0, rows-1), + c = ei_random(0, cols-1), + c2 = ei_random(0, cols-1); // begin testing Product.h: only associativity for now // (we use Transpose.h but this doesn't count as a test for it) -- cgit v1.2.3