Correct comment.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-08-17 13:02:37 +02:00
parent e41b766780
commit 2dfbb4ed82

View File

@ -157,7 +157,7 @@ namespace Opm {
} }
catch (const Dune::MatrixBlockError& e) { catch (const Dune::MatrixBlockError& e) {
std::cerr << e.what() << std::endl; std::cerr << e.what() << std::endl;
// also catch errors in ISTL AMG that occur when time step is too large // this can be thrown by ISTL's ILU0 in block mode, yet is not an ISTLError
} }
// (linearIterations < 0 means no convergence in solver) // (linearIterations < 0 means no convergence in solver)