mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove old serialization support for PlyshlogTable
This commit is contained in:
@@ -2373,7 +2373,7 @@ BOOST_AUTO_TEST_CASE(PlyshlogTable)
|
||||
Opm::OrderedMap<std::string, Opm::TableColumn> data;
|
||||
data.insert({"test3", getTableColumn()});
|
||||
Opm::PlyshlogTable val1(getTableSchema(), data, true, 1.0, 2.0, 3.0, true, true);
|
||||
auto val2 = PackUnpack(val1);
|
||||
auto val2 = PackUnpack2(val1);
|
||||
DO_CHECKS(PlyshlogTable)
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user