remove old serialization support for IOConfig

This commit is contained in:
Arne Morten Kvarving
2020-03-13 10:23:29 +01:00
parent fbe739ec9b
commit 4d5d25bcb6
3 changed files with 1 additions and 61 deletions

View File

@@ -901,7 +901,7 @@ BOOST_AUTO_TEST_CASE(IOConfig)
#if HAVE_MPI
Opm::IOConfig val1(true, false, true, false, false, true, "test1", true,
"test2", true, "test3", false);
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(IOConfig)
#endif
}