comment out cerr's

This commit is contained in:
Benoit Jacob
2010-02-28 00:53:06 -05:00
parent eb3a3351cc
commit 1d9c18a8f3
4 changed files with 7 additions and 7 deletions

View File

@@ -191,7 +191,7 @@ void ComplexSchur<MatrixType>::compute(const MatrixType& matrix, bool skipU)
if(iter >= 30)
{
// FIXME : what to do when iter==MAXITER ??
std::cerr << "MAXITER" << std::endl;
//std::cerr << "MAXITER" << std::endl;
return;
}