adding public member function WellMultiSegment::inletSegments()

This commit is contained in:
Kai Bao 2015-10-01 14:52:46 +02:00
parent 3eae01de18
commit 709c030b10

View File

@ -376,6 +376,10 @@ namespace Opm
return m_outlet_segment_;
}
const std::vector<std::vector<int>>& WellMultiSegment::inletSegments() const {
return m_inlet_segments_;
}
const std::vector<double>& WellMultiSegment::segmentLength() const {
return m_segment_length_;
}