From dad19c4173a9e93d100514e49375142b1e0a0ddb Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 10 Jun 2010 10:55:49 +0200 Subject: [PATCH] compilation fix for gcc 4.2 --- Eigen/src/Core/StableNorm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/StableNorm.h b/Eigen/src/Core/StableNorm.h index d2bed929b..e3eab4bd8 100644 --- a/Eigen/src/Core/StableNorm.h +++ b/Eigen/src/Core/StableNorm.h @@ -87,7 +87,7 @@ MatrixBase::blueNorm() const static RealScalar b1, b2, s1m, s2m, overfl, rbig, relerr; if(nmax <= 0) { - Index nbig, ibeta, it, iemin, iemax, iexp; + int nbig, ibeta, it, iemin, iemax, iexp; RealScalar abig, eps; // This program calculates the machine-dependent constants // bl, b2, slm, s2m, relerr overfl, nmax