diff --git a/opm/simulators/flow/FlowsContainer.hpp b/opm/simulators/flow/FlowsContainer.hpp index 0775e074d..97dfc2c9b 100644 --- a/opm/simulators/flow/FlowsContainer.hpp +++ b/opm/simulators/flow/FlowsContainer.hpp @@ -109,6 +109,7 @@ public: const int comp_idx) const { return flows_[FaceDir::ToIntersectionIndex(dir)][comp_idx][globalDofIdx]; } +private: bool anyFlows_{false}; bool anyFlores_{false}; bool blockFlows_{false};