mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
BlackoilModelEbos: use value in localAccumulatedReports
cheap to copy and aids refactoring
This commit is contained in:
parent
184c6128cd
commit
241c1d3279
@ -1550,7 +1550,7 @@ namespace Opm {
|
||||
{ return failureReport_; }
|
||||
|
||||
/// return the statistics if the nonlinearIteration() method failed
|
||||
const SimulatorReportSingle& localAccumulatedReports() const
|
||||
SimulatorReportSingle localAccumulatedReports() const
|
||||
{ return local_reports_accumulated_; }
|
||||
|
||||
const std::vector<StepReport>& stepReports() const
|
||||
|
Loading…
Reference in New Issue
Block a user