#906 If present, show datum elevation in property editor for a well path

This commit is contained in:
Magne Sjaastad
2016-10-25 15:52:52 +02:00
parent bd69519795
commit 9eb6ae88ff
2 changed files with 19 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ private:
caf::PdmField<QString> updateUser;
caf::PdmField<QString> m_surveyType;
caf::PdmField<double> m_datumElevation;
cvf::ref<RigWellPath> m_wellPath;
cvf::ref<RivWellPathPartMgr> m_wellPathPartMgr;