mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#2168) Summary Plot : Add support for modifying identifier for curves
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user