remove old serialization support for GroupProductionProperties

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

View File

@@ -1613,7 +1613,7 @@ BOOST_AUTO_TEST_CASE(GroupProductionProperties)
5.0, Opm::Group::GuideRateTarget::COMB,
6.0, 7};
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Group::GroupProductionProperties)
#endif
}