mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix some legitimate shadow warnings
This commit is contained in:
@@ -471,7 +471,7 @@ namespace Eigen
|
||||
r = p;
|
||||
for (DenseIndex k=1; k<=static_cast<DenseIndex>(n); ++k)
|
||||
{
|
||||
for (DenseIndex j=p; j>=0; --j) N_(k,j) *= r;
|
||||
for (j=p; j>=0; --j) N_(k,j) *= r;
|
||||
r *= p-k;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user