mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove old mpi serialization support for EndpointScaling
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user