(#2168) Summary Plot : Add support for modifying identifier for curves

This commit is contained in:
Magne Sjaastad
2017-11-23 09:15:29 +01:00
parent f8f4fbc332
commit b46c19d90f
9 changed files with 552 additions and 5 deletions

View File

@@ -133,6 +133,7 @@ public:
bool isValid() const;
void setWellName(const std::string& wellName) { m_wellName = wellName; }
void setWellGroupName(const std::string& wellGroupName) { m_wellGroupName = wellGroupName; }
void setRegion(int region) { m_regionNumber = region; }
private: