We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8557f51 commit 30a344bCopy full SHA for 30a344b
opm/simulators/flow/python/PyBlackOilSimulator.hpp
@@ -67,7 +67,7 @@ class PyBlackOilSimulator
67
int stepInit();
68
69
private:
70
- Opm::FlowMainEbos<TypeTag>& getFlowMain() const;
+ Opm::FlowMain<TypeTag>& getFlowMain() const;
71
PyFluidState<TypeTag>& getFluidState() const;
72
PyMaterialState<TypeTag>& getMaterialState() const;
73
0 commit comments