mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5869 from akva2/was_switched
BlackoilModel: make wasSwitched_ private
This commit is contained in:
commit
b82616adcc
@ -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_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user