Make sure that now-fixed assert is not triggered.

(transplanted from 0e1e0a2a58
)
This commit is contained in:
Jitse Niesen
2012-01-19 14:30:44 +00:00
parent 0fa2b394ce
commit 61ad84fd4d

View File

@@ -570,6 +570,9 @@ void EigenSolver<MatrixType>::doComputeEigenvectors()
}
}
// We handled a pair of complex conjugate eigenvalues, so need to skip them both
n--;
}
else
{