remove old serialization support for WellPolymerProperties

This commit is contained in:
Arne Morten Kvarving
2020-03-18 09:29:02 +01:00
parent 99898ad79e
commit 8a0959b026
3 changed files with 1 additions and 36 deletions

View File

@@ -1363,7 +1363,7 @@ BOOST_AUTO_TEST_CASE(WellPolymerProperties)
{
#ifdef HAVE_MPI
Opm::WellPolymerProperties val1{1.0, 2.0, 3, 4, 5};
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(WellPolymerProperties)
#endif
}