remove old serialization support for WellSegments

This commit is contained in:
Arne Morten Kvarving
2020-03-18 09:29:02 +01:00
parent fde0e42e8d
commit 9aa464c4ac
3 changed files with 1 additions and 31 deletions

View File

@@ -1568,7 +1568,7 @@ BOOST_AUTO_TEST_CASE(WellSegments)
Opm::WellSegments val1(Opm::WellSegments::CompPressureDrop::HF_,
{seg, seg});
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(WellSegments)
#endif
}