remove old serialization support for WellGuideRate

This commit is contained in:
Arne Morten Kvarving
2020-03-18 09:29:02 +01:00
parent c4e3d9c806
commit d791636919
3 changed files with 1 additions and 31 deletions

View File

@@ -1458,7 +1458,7 @@ BOOST_AUTO_TEST_CASE(WellGuideRate)
{
#ifdef HAVE_MPI
Opm::Well::WellGuideRate val1{true, 1.0, Opm::Well::GuideRateTarget::COMB, 2.0};
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Well::WellGuideRate)
#endif
}