From de9b5c88f4f97c67d69edc4d5c0c9f943fbef611 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 4 Feb 2025 13:14:23 +0100 Subject: [PATCH] FlowsContainer: make data private --- opm/simulators/flow/FlowsContainer.hpp | 1 + 1 file changed, 1 insertion(+) 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};