remove old serialization support for PvtwsaltTable

This commit is contained in:
Arne Morten Kvarving
2020-03-17 10:07:46 +01:00
parent cfe091ce1e
commit 5c5afb1b4a
3 changed files with 1 additions and 32 deletions

View File

@@ -2213,7 +2213,7 @@ BOOST_AUTO_TEST_CASE(PvtwsaltTable)
{
#ifdef HAVE_MPI
Opm::PvtwsaltTable val1(1.0, 2.0, {3.0, 4.0, 5.0});
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(PvtwsaltTable)
#endif
}