mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rename LinearTimeSteppingBreakdown to TimeSteppingBreakdown.
This commit is contained in:
@@ -362,7 +362,7 @@ void handleExtraConvergenceOutput(SimulatorReport& report,
|
||||
}
|
||||
return exitCode;
|
||||
}
|
||||
catch (const LinearTimeSteppingBreakdown& e) {
|
||||
catch (const TimeSteppingBreakdown& e) {
|
||||
auto exitCode = logger(e, "Simulation aborted: ");
|
||||
executeCleanup_();
|
||||
return exitCode;
|
||||
|
||||
Reference in New Issue
Block a user