BlackoilModelEbos: use value in localAccumulatedReports

cheap to copy and aids refactoring
This commit is contained in:
Arne Morten Kvarving 2023-07-05 09:58:04 +02:00
parent 184c6128cd
commit 241c1d3279

View File

@ -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