remove old serialization support for Aquancon

This commit is contained in:
Arne Morten Kvarving
2020-03-17 11:41:07 +01:00
parent 6f7d15c56e
commit dca5b06045
3 changed files with 1 additions and 59 deletions
+1 -1
View File
@@ -1783,7 +1783,7 @@ BOOST_AUTO_TEST_CASE(Aquancon)
{
#ifdef HAVE_MPI
Opm::Aquancon val1 = getAquancon();
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Aquancon);
#endif
}