compilation fix for gcc 4.2

This commit is contained in:
Gael Guennebaud 2010-06-10 10:55:49 +02:00
parent f8683c409f
commit dad19c4173

View File

@ -87,7 +87,7 @@ MatrixBase<Derived>::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