#1947 RFT/PLT Plot: Use const string in rftAddress for wellLogChannelName

This commit is contained in:
Unknown
2017-10-05 21:24:43 +02:00
committed by Rebecca Cox
parent e23783c1ed
commit 66b9bb34b5
4 changed files with 58 additions and 44 deletions

View File

@@ -41,7 +41,6 @@ public:
static const QString GRAT;
public:
RifEclipseRftAddress(QString wellName, QDateTime timeStep, QString wellLogChannelName);
RifEclipseRftAddress(std::string wellName, time_t timeStep, QString wellLogChannelName);
static std::vector<QString> allWellLogChannelNames();