remove old serialization support for DeckKeyword

This commit is contained in:
Arne Morten Kvarving
2020-03-17 15:40:52 +01:00
parent a289008c96
commit c5f36bd7cc
3 changed files with 1 additions and 42 deletions

View File

@@ -1960,7 +1960,7 @@ BOOST_AUTO_TEST_CASE(DeckKeyword)
#ifdef HAVE_MPI
Opm::DeckKeyword val1("test", {"test",1},
{getDeckRecord(), getDeckRecord()}, true, false);
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(DeckKeyword)
#endif
}