mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2100 PLT plot. Remove branch index field
This commit is contained in:
@@ -79,8 +79,7 @@ public:
|
||||
|
||||
void setCurrentWellName(const QString& currWellName);
|
||||
QString currentWellName() const;
|
||||
int branchIndex() const;
|
||||
|
||||
|
||||
static const char* plotNameFormatString();
|
||||
|
||||
//void applyInitialSelections();
|
||||
@@ -146,7 +145,6 @@ private:
|
||||
caf::PdmField<QString> m_userName;
|
||||
|
||||
caf::PdmField<QString> m_wellPathName;
|
||||
caf::PdmField<int> m_branchIndex;
|
||||
|
||||
caf::PdmField<std::vector<RifWellRftAddress>> m_selectedSources;
|
||||
caf::PdmChildArrayField<RimRftAddress*> m_selectedSourcesForIo;
|
||||
|
||||
Reference in New Issue
Block a user