remove old serialization support for WellType

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

View File

@@ -2320,7 +2320,7 @@ BOOST_AUTO_TEST_CASE(WellType)
{
#ifdef HAVE_MPI
Opm::WellType val1(true, Opm::Phase::OIL);
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(WellType)
#endif
}