remove accidentially left-over member

This commit is contained in:
Arne Morten Kvarving 2023-08-04 15:34:05 +02:00
parent 81c6eac6a7
commit 82ba00b4ba

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_;
};