remove old serialization support for Segment

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

View File

@@ -1532,7 +1532,7 @@ BOOST_AUTO_TEST_CASE(Segment)
Opm::Segment::SegmentType::SICD,
std::make_shared<Opm::SpiralICD>(),
std::make_shared<Opm::Valve>());
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Segment)
#endif
}