make some changes to please clang, fix some warnings too.

This commit is contained in:
Thomas Capricelli
2010-01-04 23:21:04 +01:00
parent 95d9cb77f8
commit 57275b2b8c
9 changed files with 15 additions and 11 deletions

View File

@@ -197,7 +197,6 @@ void Tridiagonalization<MatrixType>::_compute(MatrixType& matA, CoeffVectorType&
{
assert(matA.rows()==matA.cols());
int n = matA.rows();
Matrix<Scalar,1,Dynamic> aux(n);
for (int i = 0; i<n-1; ++i)
{
int remainingSize = n-i-1;