remove old serialization support for Connection

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

View File

@@ -1411,7 +1411,7 @@ BOOST_AUTO_TEST_CASE(Connection)
{9, 10, 11}, Opm::Connection::CTFKind::Defaulted,
12, 13.0, 14.0, true,
15, 16, 17.0);
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Connection)
#endif
}