mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove old serialization support for PvtwsaltTable
This commit is contained in:
@@ -2213,7 +2213,7 @@ BOOST_AUTO_TEST_CASE(PvtwsaltTable)
|
||||
{
|
||||
#ifdef HAVE_MPI
|
||||
Opm::PvtwsaltTable val1(1.0, 2.0, {3.0, 4.0, 5.0});
|
||||
auto val2 = PackUnpack(val1);
|
||||
auto val2 = PackUnpack2(val1);
|
||||
DO_CHECKS(PvtwsaltTable)
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user