Add derived class GroupNames

This commit is contained in:
Joakim Hove
2021-01-28 18:02:35 +01:00
parent a4ca61dc4e
commit 8da208c0c0
4 changed files with 38 additions and 1 deletions

View File

@@ -1073,7 +1073,7 @@ void Schedule::iterateScheduleSection(std::size_t load_start, std::size_t load_e
std::vector<std::string> Schedule::wellNames(std::size_t timeStep) const {
const auto& well_order = this->snapshots[timeStep].well_order();
return well_order.wells();
return well_order.names();
}
std::vector<std::string> Schedule::wellNames() const {