Use Schedule::groupNames() intead of getGroups()

This commit is contained in:
Joakim Hove
2019-07-07 10:29:24 +02:00
parent 6426644ce4
commit 7559c31e43
4 changed files with 51 additions and 30 deletions

View File

@@ -147,6 +147,7 @@ namespace Opm
size_t numGroups(size_t timeStep) const;
bool hasGroup(const std::string& groupName) const;
const Group& getGroup(const std::string& groupName) const;
Group& getGroup(const std::string& groupName);
std::vector< const Group* > getGroups() const;
std::vector< const Group* > getGroups(size_t timeStep) const;
const Tuning& getTuning() const;