#2609 Add names to new wells, and make it editable and saved/read

This commit is contained in:
Jacob Støren
2018-07-04 17:01:40 +02:00
parent 7156b99b88
commit 972d006249
3 changed files with 6 additions and 2 deletions

View File

@@ -135,10 +135,9 @@ protected:
// Fields
protected:
caf::PdmField<double> m_datumElevation;
private:
caf::PdmField<QString> m_name;
private:
caf::PdmField<QString> m_simWellName;
caf::PdmField<int> m_branchIndex;