mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
do not name exception objects if they are not used
ICC rightfully produces a warning here...
This commit is contained in:
@@ -369,7 +369,7 @@ namespace Opm {
|
||||
// the reservoir equations as a source term.
|
||||
wellModel().assemble(iterationIdx, dt);
|
||||
}
|
||||
catch ( const Dune::FMatrixError& e )
|
||||
catch ( const Dune::FMatrixError& )
|
||||
{
|
||||
OPM_THROW(Opm::NumericalIssue,"Error encounted when solving well equations");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user