mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3634 from alfbr/error-message
Do not print confusing message to terminal.
This commit is contained in:
commit
5a54bb0728
@ -332,7 +332,7 @@ namespace Opm {
|
||||
if (severity == ConvergenceReport::Severity::NotANumber) {
|
||||
OPM_THROW(NumericalIssue, "NaN residual found!");
|
||||
} else if (severity == ConvergenceReport::Severity::TooLarge) {
|
||||
OPM_THROW(NumericalIssue, "Too large residual found!");
|
||||
OPM_THROW_NOLOG(NumericalIssue, "Too large residual found!");
|
||||
}
|
||||
}
|
||||
report.update_time += perfTimer.stop();
|
||||
|
Loading…
Reference in New Issue
Block a user