InjectorType enum is moved out from Well class

This commit is contained in:
Joakim Hove
2020-03-03 09:08:02 +01:00
parent 2d31a192b8
commit 9268bcb2ac
10 changed files with 84 additions and 81 deletions

View File

@@ -1278,7 +1278,7 @@ public:
const auto ctlMode = controls.cmode;
const auto injType = controls.injector_type;
using CMode = ::Opm::Well::InjectorCMode;
using WType = ::Opm::Well::InjectorType;
using WType = ::Opm::InjectorType;
auto ftype = [](const auto wtype) -> std::string
{
@@ -1404,7 +1404,7 @@ public:
const auto ctlMode = controls.cmode;
const auto injType = controls.injector_type;
using CMode = ::Opm::Well::InjectorCMode;
using WType = ::Opm::Well::InjectorType;
using WType = ::Opm::InjectorType;
auto ftype = [](const auto wtype) -> std::string
{