mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-01 21:39:09 -06:00
Use WellState::wells_ to infer well name
This commit is contained in:
parent
d5ab308fbd
commit
75eb65efb7
@ -334,7 +334,7 @@ public:
|
||||
}
|
||||
|
||||
const std::string& name(std::size_t well_index) const {
|
||||
return this->status_.well_name(well_index);
|
||||
return this->wells_.well_name(well_index);
|
||||
}
|
||||
|
||||
const SingleWellState& well(std::size_t well_index) const {
|
||||
|
Loading…
Reference in New Issue
Block a user