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/qr_fullpivoting.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/qr_fullpivoting.cpp') diff --git a/test/qr_fullpivoting.cpp b/test/qr_fullpivoting.cpp index 6f7831c33..490da0d29 100644 --- a/test/qr_fullpivoting.cpp +++ b/test/qr_fullpivoting.cpp @@ -30,8 +30,8 @@ template void qr() { typedef typename MatrixType::Index Index; - Index rows = ei_random(20,200), cols = ei_random(20,200), cols2 = ei_random(20,200); - Index rank = ei_random(1, std::min(rows, cols)-1); + Index rows = ei_random(20,200), cols = ei_random(20,200), cols2 = ei_random(20,200); + Index rank = ei_random(1, std::min(rows, cols)-1); typedef typename MatrixType::Scalar Scalar; typedef Matrix MatrixQType; -- cgit v1.2.3