remove old mpi serialization support for EndpointScaling

This commit is contained in:
Arne Morten Kvarving
2020-03-13 12:47:22 +01:00
parent 6fde65439d
commit 138673f69c
3 changed files with 1 additions and 22 deletions

View File

@@ -931,7 +931,7 @@ BOOST_AUTO_TEST_CASE(EndpointScaling)
{
#if HAVE_MPI
Opm::EndpointScaling val1(std::bitset<4>(13));
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(EndpointScaling)
#endif
}