Make wellLogFile field private in RimWellPath. Some whitespace changes

This commit is contained in:
Jacob Støren
2017-10-06 13:24:45 +02:00
parent 6f82f0f614
commit 9bb5dcf011
5 changed files with 15 additions and 13 deletions

View File

@@ -137,7 +137,7 @@ void RimWellPathCollection::readWellPathFiles()
}
}
RimWellLogFile* wellLogFile = wellPaths[wpIdx]->m_wellLogFile;
RimWellLogFile* wellLogFile = wellPaths[wpIdx]->wellLogFile();
if (wellLogFile)
{
QString errorMessage;