FlowsContainer: make data private

This commit is contained in:
Arne Morten Kvarving 2025-02-04 13:14:23 +01:00
parent d2f3ff228b
commit de9b5c88f4

View File

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