mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add method WellContainer<T>::wells()
This commit is contained in:
@@ -73,6 +73,10 @@ public:
|
||||
return this->wells_.size();
|
||||
}
|
||||
|
||||
std::vector<std::string> wells() const {
|
||||
return this->wells_.wells();
|
||||
}
|
||||
|
||||
|
||||
int numWells() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user