remove old serialization support for Aquifetp

This commit is contained in:
Arne Morten Kvarving
2020-03-17 10:07:46 +01:00
parent 52508559bb
commit 4a34e7336c
3 changed files with 1 additions and 61 deletions

View File

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