Merge pull request #1484 from joakim-hove/brine-table-size
Add size() method to BrineDesityTable
This commit is contained in:
@@ -42,6 +42,10 @@ namespace Opm {
|
||||
return m_tableValues.end();
|
||||
}
|
||||
|
||||
std::size_t size() const {
|
||||
return this->m_tableValues.size();
|
||||
}
|
||||
|
||||
private:
|
||||
std::vector<double> m_tableValues;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user