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),