From 8b0da2de640e15abbb745ec296ef9bc95741962c Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 8 Jun 2010 20:09:39 +0200 Subject: [PATCH] Fix stable_norm compilation. --- test/stable_norm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stable_norm.cpp b/test/stable_norm.cpp index a308b34eb..c5a0296c5 100644 --- a/test/stable_norm.cpp +++ b/test/stable_norm.cpp @@ -55,7 +55,7 @@ template void stable_norm(const MatrixType& m) int rows = m.rows(); int cols = m.cols(); - Scalar big = ei_random()) * (std::numeric_limits::max() * RealScalar(1e-4); + Scalar big = ei_random() * (std::numeric_limits::max() * RealScalar(1e-4)); Scalar small = static_cast(1)/big; MatrixType vzero = MatrixType::Zero(rows, cols),