mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix RFT plot after change of well name meaning
This commit is contained in:
@@ -81,8 +81,8 @@ public:
|
||||
|
||||
RimWellLogPlot* wellLogPlot() const;
|
||||
|
||||
void setCurrentWellName(const QString& currWellName);
|
||||
QString currentWellName() const;
|
||||
void setSimWellOrWellPathName(const QString& currWellName);
|
||||
QString simWellOrWellPathName() const;
|
||||
int branchIndex() const;
|
||||
|
||||
static const char* plotNameFormatString();
|
||||
@@ -130,6 +130,8 @@ private:
|
||||
void updateSelectedTimeStepsFromSelectedSources();
|
||||
|
||||
void updateFormationsOnPlot() const;
|
||||
QString associatedSimWellName() const;
|
||||
|
||||
private:
|
||||
caf::PdmField<bool> m_showPlotTitle;
|
||||
caf::PdmField<QString> m_userName;
|
||||
|
||||
Reference in New Issue
Block a user