remove old serialization support for WellInjectionProperties

This commit is contained in:
Arne Morten Kvarving
2020-03-18 09:29:02 +01:00
parent 0cb3e1426c
commit 41950690fd
3 changed files with 1 additions and 64 deletions

View File

@@ -1432,7 +1432,7 @@ BOOST_AUTO_TEST_CASE(WellInjectionProperties)
8,
Opm::InjectorType::OIL,
Opm::Well::InjectorCMode::BHP);
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Well::WellInjectionProperties)
#endif
}