mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-24 02:29:33 +08:00
compilation fix for gcc 4.2
This commit is contained in:
parent
f8683c409f
commit
dad19c4173
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user