diff --git a/opm/core/simulator/WellState.hpp b/opm/core/simulator/WellState.hpp index 4f6ea0fbe..bbf0694b2 100644 --- a/opm/core/simulator/WellState.hpp +++ b/opm/core/simulator/WellState.hpp @@ -22,9 +22,10 @@ #include #include -#include #include #include +#include +#include #include #include @@ -34,11 +35,10 @@ namespace Opm /// The state of a set of wells. class WellState { - protected: + public: typedef std::array< int, 3 > mapentry_t; typedef std::map< std::string, mapentry_t > WellMapType; - public: /// Allocate and initialize if wells is non-null. /// Also tries to give useful initial values to the bhp() and /// wellRates() fields, depending on controls. The