remove old serialization support for UDQDefine

This commit is contained in:
Arne Morten Kvarving
2020-03-16 15:39:56 +01:00
parent 878885e61f
commit 18365bf709
3 changed files with 1 additions and 39 deletions

View File

@@ -1685,7 +1685,7 @@ BOOST_AUTO_TEST_CASE(UDQDefine)
"test", 1.0, {"test1", "test2"}, n0, n0);
Opm::UDQDefine val1("test", std::make_shared<Opm::UDQASTNode>(n1),
Opm::UDQVarType::NONE, "test2");
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(UDQDefine)
#endif
}