mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
using well_model_ to represent the WellModel member
This commit is contained in:
@@ -151,7 +151,7 @@ BOOST_AUTO_TEST_CASE(testStructure)
|
||||
BOOST_CHECK_EQUAL(nperf, ms_wells->numPerf());
|
||||
|
||||
BOOST_CHECK_EQUAL(nw, ms_wells->topWellSegments().size());
|
||||
BOOST_CHECK_EQUAL(nw, ms_wells->wells().size());
|
||||
BOOST_CHECK_EQUAL(nw, ms_wells->msWells().size());
|
||||
BOOST_CHECK_EQUAL(0, ms_wells->topWellSegments()[0]);
|
||||
BOOST_CHECK_EQUAL(1, ms_wells->topWellSegments()[1]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user