Merge pull request #4777 from akva2/blackoilmodelebos_leftover

remove accidentially left-over member
This commit is contained in:
Markus Blatt
2023-08-07 08:58:17 +02:00
committed by GitHub

View File

@@ -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<bool> wasSwitched_;
};