From 82ba00b4ba6b86b3a53304bf2930dbc9a8dca882 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 4 Aug 2023 15:34:05 +0200 Subject: [PATCH] remove accidentially left-over member --- opm/simulators/flow/BlackoilModelEbos.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/simulators/flow/BlackoilModelEbos.hpp b/opm/simulators/flow/BlackoilModelEbos.hpp index 4f4a1b541..0e43df0df 100644 --- a/opm/simulators/flow/BlackoilModelEbos.hpp +++ b/opm/simulators/flow/BlackoilModelEbos.hpp @@ -1176,8 +1176,6 @@ namespace Opm { double maxResidualAllowed() const { return param_.max_residual_allowed_; } double linear_solve_setup_time_; - SimulatorReportSingle local_reports_accumulated_; //!< Accumulated convergence report for subdomain solvers - public: std::vector wasSwitched_; };