Merge pull request #2389 from joakim-hove/move-wellinjector-enum

InjectorType enum is moved out from Well class
This commit is contained in:
Joakim Hove
2020-03-03 16:36:40 +01:00
committed by GitHub
10 changed files with 84 additions and 81 deletions

View File

@@ -1590,7 +1590,7 @@ BOOST_AUTO_TEST_CASE(WellInjectionProperties)
7,
true,
8,
Opm::Well::InjectorType::OIL,
Opm::InjectorType::OIL,
Opm::Well::InjectorCMode::BHP);
auto val2 = PackUnpack(val1);
DO_CHECKS(Well::WellInjectionProperties)