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

@@ -236,7 +236,7 @@ class DynamicSparseMatrix
{
// remove all coefficients with innerCoord>=innerSize
// TODO
std::cerr << "not implemented yet\n";
//std::cerr << "not implemented yet\n";
exit(2);
}
if (m_data.size() != outerSize)