remove old serialization support for Rock2dTable

This commit is contained in:
Arne Morten Kvarving
2020-03-17 10:07:46 +01:00
parent 6f070e6bcf
commit cda171ff47
3 changed files with 1 additions and 27 deletions

View File

@@ -715,7 +715,7 @@ BOOST_AUTO_TEST_CASE(Rock2dTable)
{
#if HAVE_MPI
Opm::Rock2dTable val1({{1.0,2.0},{3.0,4.0}}, {1.0, 2.0, 3.0});
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Rock2dTable)
#endif
}