mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1947 RFT/PLT Plot: Use const string in rftAddress for wellLogChannelName
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user