mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove old serialization support for Action::Quantity
This commit is contained in:
@@ -2020,7 +2020,7 @@ BOOST_AUTO_TEST_CASE(Quantity)
|
||||
Opm::Action::Quantity val1;
|
||||
val1.quantity = "test1";
|
||||
val1.args = {"test2", "test3"};
|
||||
auto val2 = PackUnpack(val1);
|
||||
auto val2 = PackUnpack2(val1);
|
||||
DO_CHECKS(Action::Quantity)
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user