remove accessors in GuideRateConfig added for external serialization

This commit is contained in:
Arne Morten Kvarving
2020-03-17 14:02:21 +01:00
parent a7c9ca900c
commit 9dc0761550
2 changed files with 4 additions and 20 deletions

View File

@@ -86,10 +86,6 @@ struct GroupTarget {
bool has_well(const std::string& well) const;
bool has_group(const std::string& group) const;
std::shared_ptr<GuideRateModel> getModel() const;
const std::unordered_map<std::string, WellTarget>& getWells() const;
const std::unordered_map<std::string, GroupTarget>& getGroups() const;
bool operator==(const GuideRateConfig& data) const;
template<class Serializer>