mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5423 from blattms/bugfix/mswell-exceptions-are-problems
Only indicate problems for exceptions whem updating well potentials,
This commit is contained in:
@@ -1542,9 +1542,9 @@ updateWellPotentials(const int reportStepIdx,
|
||||
}
|
||||
++widx;
|
||||
}
|
||||
logAndCheckForExceptionsAndThrow(deferred_logger, exc_type,
|
||||
"computeWellPotentials() failed: " + exc_msg,
|
||||
terminal_output_, comm_);
|
||||
logAndCheckForProblemsAndThrow(deferred_logger, exc_type,
|
||||
"updateWellPotentials() failed: " + exc_msg,
|
||||
terminal_output_, comm_);
|
||||
}
|
||||
|
||||
template<class Scalar>
|
||||
|
||||
Reference in New Issue
Block a user