mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding a public member function for the top segment index.
This commit is contained in:
@@ -460,6 +460,8 @@ namespace Opm
|
||||
std::vector<double>& temperature() { return temperature_; };
|
||||
const std::vector<double>& temperature() const { return temperature_; }
|
||||
|
||||
const std::vector<int>& topSegmentLoc() const { return top_segment_loc_; };
|
||||
|
||||
// std::vector<int>& currentControls() { return current_controls_; }
|
||||
// const std::vector<int>& currentControls() const { return current_controls_; }
|
||||
using Base::currentControls;
|
||||
|
||||
Reference in New Issue
Block a user