#2073 WLP: Add PL (Pseudo Length) to depth axis if a simulation well is used as extraction curve or rft curve

This commit is contained in:
Rebecca Cox
2017-11-02 12:30:17 +01:00
parent e60941aa2c
commit 8853021403
3 changed files with 39 additions and 0 deletions

View File

@@ -90,6 +90,8 @@ private:
caf::PdmField<QDateTime> m_timeStep;
caf::PdmField<QString> m_wellName;
caf::PdmField< caf::AppEnum< RifEclipseRftAddress::RftWellLogChannelName > > m_wellLogChannelName;
bool m_isUsingPseudoLength;
};