#1947 RFT/PLT Plot: Remove depth from value options of curve

This commit is contained in:
Unknown
2017-10-06 08:09:20 +02:00
committed by Rebecca Cox
parent 7db64e099e
commit 4a2a80ba20
3 changed files with 4 additions and 5 deletions

View File

@@ -42,10 +42,10 @@ public:
public:
RifEclipseRftAddress(QString wellName, QDateTime timeStep, QString wellLogChannelName);
static std::vector<QString> allWellLogChannelNames();
static std::vector<QString> allWellLogChannelNamesExDepth();
const QString& wellName() const { return m_wellName; }
QDateTime timeStep() const { return m_timeStep; }
QDateTime timeStep() const { return m_timeStep; }
const QString& wellLogChannelName() const { return m_wellLogChannelName; }
private: