Merge branch '2018.01.01-patch' into dev. #2086

This commit is contained in:
Bjørn Erik Jensen
2018-02-05 08:29:24 +01:00
17 changed files with 169 additions and 69 deletions

View File

@@ -208,7 +208,7 @@ bool RimEclipseResultCase::importGridAndResultMetaData(bool showTimeStepFilter)
if (rftFileInfo.exists())
{
RiaLogging::info(QString("RFT file found"));
m_readerEclipseRft = new RifReaderEclipseRft(rftFileInfo.filePath().toStdString());
m_readerEclipseRft = new RifReaderEclipseRft(rftFileInfo.filePath());
}