Use WellState::wells_ to infer well name

This commit is contained in:
Joakim Hove 2021-08-03 21:29:47 +02:00
parent d5ab308fbd
commit 75eb65efb7

View File

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