remove old mpi serialization support for Runspec

This commit is contained in:
Arne Morten Kvarving
2020-03-13 12:52:46 +01:00
parent e504f68b72
commit 30535b472a
3 changed files with 1 additions and 57 deletions

View File

@@ -1000,7 +1000,7 @@ BOOST_AUTO_TEST_CASE(Runspec)
Opm::Actdims(1,2,3,4),
Opm::SatFuncControls(5.0e-7, Opm::SatFuncControls::ThreePhaseOilKrModel::Stone2));
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Runspec)
#endif
}