diff --git a/opm/simulators/flow/python/PyBlackOilSimulator.hpp b/opm/simulators/flow/python/PyBlackOilSimulator.hpp index 1ab6637ed98..b708d00aed7 100644 --- a/opm/simulators/flow/python/PyBlackOilSimulator.hpp +++ b/opm/simulators/flow/python/PyBlackOilSimulator.hpp @@ -67,7 +67,7 @@ class PyBlackOilSimulator int stepInit(); private: - Opm::FlowMainEbos& getFlowMain() const; + Opm::FlowMain& getFlowMain() const; PyFluidState& getFluidState() const; PyMaterialState& getMaterialState() const;