mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2389 from joakim-hove/move-wellinjector-enum
InjectorType enum is moved out from Well class
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user