remove old serialization support for VFPProdTable

This commit is contained in:
Arne Morten Kvarving
2020-03-18 14:54:04 +01:00
parent 58b0ed66fc
commit 777e2f7683
3 changed files with 1 additions and 72 deletions

View File

@@ -1330,7 +1330,7 @@ BOOST_AUTO_TEST_CASE(VFPProdTable)
{
#ifdef HAVE_MPI
Opm::VFPProdTable val1 = getVFPProdTable();
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(VFPProdTable)
#endif
}