mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add method SegmentState::size()
This commit is contained in:
@@ -530,6 +530,8 @@ BOOST_AUTO_TEST_CASE(TESTSegmentState2) {
|
||||
|
||||
for (std::size_t i=0; i < segments.pressure.size(); i++)
|
||||
BOOST_CHECK_EQUAL(segments.pressure[i], 2*(i+1));
|
||||
|
||||
BOOST_CHECK_EQUAL( segments.size(), well.getSegments().size() );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user