remove old serialization support for RFTConfig

This commit is contained in:
Arne Morten Kvarving
2020-03-17 14:00:35 +01:00
parent 6d74eb8e88
commit bbf3b80b3a
3 changed files with 4 additions and 52 deletions

View File

@@ -1913,7 +1913,7 @@ BOOST_AUTO_TEST_CASE(RFTConfig)
{{"test3", 2}},
{{"test1", {{{Opm::RFTConfig::RFT::TIMESTEP, 3}}, 4}}},
{{"test2", {{{Opm::RFTConfig::PLT::REPT, 5}}, 6}}});
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(RFTConfig)
#endif
}