mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Correct comment.
This commit is contained in:
parent
e41b766780
commit
2dfbb4ed82
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user