remove old serialization support for Deck

This commit is contained in:
Arne Morten Kvarving
2020-03-19 09:31:07 +01:00
parent 81663e2942
commit faffa0678b
3 changed files with 1 additions and 45 deletions
+1 -1
View File
@@ -1974,7 +1974,7 @@ BOOST_AUTO_TEST_CASE(Deck)
{getDeckRecord(), getDeckRecord()}, true, false)},
Opm::UnitSystem(), unitSys.get(),
"test2", "test3", 2);
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Deck)
#endif
}