From 1c9b7a8d9f23afae703bf525bd4f68c9cb8f61c1 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 8 Jun 2010 16:02:22 +0200 Subject: Fighting for a green dashboard! Next warning's gone. --- test/lu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lu.cpp') diff --git a/test/lu.cpp b/test/lu.cpp index 22dca76d2..9aa793e00 100644 --- a/test/lu.cpp +++ b/test/lu.cpp @@ -120,7 +120,7 @@ template void lu_invertible() MatrixType m1(size, size), m2(size, size), m3(size, size); FullPivLU lu; - lu.setThreshold(0.01); + lu.setThreshold(RealScalar(0.01)); do { m1 = MatrixType::Random(size,size); lu.compute(m1); -- cgit v1.2.3