remove old serialization support for Location

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

View File

@@ -1949,7 +1949,7 @@ BOOST_AUTO_TEST_CASE(Location)
{
#ifdef HAVE_MPI
Opm::Location val1{"test", 1};
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Location)
#endif
}