Merge pull request #5869 from akva2/was_switched

BlackoilModel: make wasSwitched_ private
This commit is contained in:
Bård Skaflestad 2025-01-13 14:59:22 +01:00 committed by GitHub
commit b82616adcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1378,7 +1378,6 @@ namespace Opm {
ConvergenceReport::PenaltyCard total_penaltyCard_; ConvergenceReport::PenaltyCard total_penaltyCard_;
double prev_distance_ = std::numeric_limits<double>::infinity(); double prev_distance_ = std::numeric_limits<double>::infinity();
int prev_above_tolerance_ = 0; int prev_above_tolerance_ = 0;
public:
std::vector<bool> wasSwitched_; std::vector<bool> wasSwitched_;
}; };