mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
making message about catching FMatrixError more specific
in BlackoilModelEbos.
This commit is contained in:
@@ -391,7 +391,7 @@ namespace Opm {
|
||||
}
|
||||
catch ( const Dune::FMatrixError& e )
|
||||
{
|
||||
OPM_THROW(Opm::NumericalProblem,"Well equation did not converge");
|
||||
OPM_THROW(Opm::NumericalProblem,"The following FMatrixError got caught during well modeling \n" << e.what());
|
||||
}
|
||||
|
||||
return report;
|
||||
|
||||
Reference in New Issue
Block a user