adding a public member function for the top segment index.

This commit is contained in:
Kai Bao
2015-10-07 09:48:02 +02:00
parent 052b61e672
commit 2f0818df79

View File

@@ -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;