mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove numRemoved member from WellConnections
This commit is contained in:
@@ -1473,7 +1473,7 @@ BOOST_AUTO_TEST_CASE(WellConnections)
|
||||
{9, 10, 11}, Opm::Connection::CTFKind::Defaulted,
|
||||
12, 13.0, 14.0, true,
|
||||
15, 16, 17.0);
|
||||
Opm::WellConnections val1(Opm::Connection::Order::TRACK, 1, 2, 3, {conn, conn});
|
||||
Opm::WellConnections val1(Opm::Connection::Order::TRACK, 1, 2, {conn, conn});
|
||||
auto val2 = PackUnpack(val1);
|
||||
DO_CHECKS(WellConnections)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user