remove old serialization support for WellProductionProperties

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

View File

@@ -1498,7 +1498,7 @@ BOOST_AUTO_TEST_CASE(WellProductionProperties)
true,
Opm::Well::ProducerCMode::CRAT,
Opm::Well::ProducerCMode::BHP, 11);
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Well::WellProductionProperties)
#endif
}