mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
FlowsContainer: make data private
This commit is contained in:
parent
d2f3ff228b
commit
de9b5c88f4
@ -109,6 +109,7 @@ public:
|
|||||||
const int comp_idx) const
|
const int comp_idx) const
|
||||||
{ return flows_[FaceDir::ToIntersectionIndex(dir)][comp_idx][globalDofIdx]; }
|
{ return flows_[FaceDir::ToIntersectionIndex(dir)][comp_idx][globalDofIdx]; }
|
||||||
|
|
||||||
|
private:
|
||||||
bool anyFlows_{false};
|
bool anyFlows_{false};
|
||||||
bool anyFlores_{false};
|
bool anyFlores_{false};
|
||||||
bool blockFlows_{false};
|
bool blockFlows_{false};
|
||||||
|
Loading…
Reference in New Issue
Block a user