really fix stable norm compilation for older gcc

This commit is contained in:
Gael Guennebaud
2009-10-07 14:25:12 +02:00
parent 075830ddb0
commit af31345df3
2 changed files with 5 additions and 6 deletions

View File

@@ -35,8 +35,7 @@ template<typename MatrixType> void stable_norm(const MatrixType& m)
// Check the basic machine-dependent constants.
{
int nbig, ibeta, it, iemin, iemax, iexp;
RealScalar abig, eps;
int ibeta, it, iemin, iemax;
ibeta = std::numeric_limits<RealScalar>::radix; // base for floating-point numbers
it = std::numeric_limits<RealScalar>::digits; // number of base-beta digits in mantissa