#2123 Formation/Well Path: Code clean up

This commit is contained in:
Rebecca Cox
2017-12-04 15:47:35 +01:00
parent 93b69b807f
commit 860458eb28
3 changed files with 1 additions and 14 deletions

View File

@@ -168,11 +168,11 @@ private:
cvf::ref<RivWellPathPartMgr> m_wellPathPartMgr;
caf::PdmField<QString> m_name;
caf::PdmField<QString> m_wellPathFormationFilePath;
caf::PdmField<QString> m_formationKeyInFile;
caf::PdmChildArrayField<RimWellLogFile*> m_wellLogFiles;
caf::PdmField<QString> m_wellPathFormationFilePath;
caf::PdmChildField<RimWellLogFile*> m_wellLogFile_OBSOLETE;